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 



_______________________________________________
bug-binutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to