bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug in relocation name table


From: Alexis Wilke
Subject: Bug in relocation name table
Date: Tue, 3 Jan 2006 15:42:00 -0800 (PST)

Hi guys,

The following table (in version 2.14 to 2.16 at least) includes relocation
names. The last name "HIGH3ADJ" is concatenated with the word "UNKNOWN"
since the person who wrote the table missed one comma.

Thank you,
Alexis

----------------------------------------------

File: bfd/peXXigen.c
Around line #1670

----------------------------------------------


#define IMAGE_REL_BASED_HIGHADJ 4
static const char * const tbl[] =
{
  "ABSOLUTE",
  "HIGH",
  "LOW",
  "HIGHLOW",
  "HIGHADJ",
  "MIPS_JMPADDR",
  "SECTION",
  "REL32",
  "RESERVED1",
  "MIPS_JMPADDR16",
  "DIR64",
  "HIGH3ADJ"
  "UNKNOWN",   /* MUST be last.  */
};




                
__________________________________________ 
Yahoo! DSL – Something to write home about. 
Just $16.99/mo. or less. 
dsl.yahoo.com 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]