diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2003-08-25 12:39:14 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2003-08-25 12:39:14 +0000 |
commit | 980491e6d517ce53f6740dfe26d072c10a5c8177 (patch) | |
tree | 180371e19e05bffc9e1d68d2f2a635e50a9f458a | |
parent | af858dae9da8d13e2a1c84b53f074a041d96b375 (diff) | |
download | gdb-980491e6d517ce53f6740dfe26d072c10a5c8177.zip gdb-980491e6d517ce53f6740dfe26d072c10a5c8177.tar.gz gdb-980491e6d517ce53f6740dfe26d072c10a5c8177.tar.bz2 |
2003-08-25 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
* reloc.c: Fix documentation for MIPS ELF relocations.
libbfd.h: Regenerate.
bfd-in2.h: Regenerate.
-rw-r--r-- | bfd/ChangeLog | 6 | ||||
-rw-r--r-- | bfd/reloc.c | 7 |
2 files changed, 9 insertions, 4 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 3d9995c..a18c89c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2003-08-25 Maciej W. Rozycki <macro@ds2.pg.gda.pl> + + * reloc.c: Fix documentation for MIPS ELF relocations. + libbfd.h: Regenerate. + bfd-in2.h: Regenerate. + 2003-08-24 Jason Eckhardt <jle@rice.edu> * coff-i860.c (CALC_ADDEND): Define to be a no-op. diff --git a/bfd/reloc.c b/bfd/reloc.c index 58c9c51..6318190 100644 --- a/bfd/reloc.c +++ b/bfd/reloc.c @@ -2116,7 +2116,10 @@ ENUMX BFD_RELOC_MIPS_RELGOT ENUMX BFD_RELOC_MIPS_JALR +ENUMDOC + MIPS ELF relocations. COMMENT + ENUM BFD_RELOC_FRV_LABEL16 ENUMX @@ -2138,11 +2141,7 @@ ENUMX ENUMDOC Fujitsu Frv Relocations. COMMENT -COMMENT -ENUMDOC - MIPS ELF relocations. -COMMENT ENUM BFD_RELOC_MN10300_GOTOFF24 ENUMDOC |