diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-09-04 17:51:12 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-09-04 17:51:12 +0000 |
commit | 4878fa5b5765f26dd644779e6a6ee6e2af9612bb (patch) | |
tree | 6b8c522d0918101d795d5c6bab4d505ca5c0651e /bfd/reloc.c | |
parent | 7dac939c43f14bbee2c6e7b652211e652e2ac1c6 (diff) | |
download | gdb-4878fa5b5765f26dd644779e6a6ee6e2af9612bb.zip gdb-4878fa5b5765f26dd644779e6a6ee6e2af9612bb.tar.gz gdb-4878fa5b5765f26dd644779e6a6ee6e2af9612bb.tar.bz2 |
* reloc.c: Remove extraneous commas from relocation entries.
Remove BFD_RELOC_V850_16_PCREL.
* bfd-in2.h: Rebuild.
Diffstat (limited to 'bfd/reloc.c')
-rw-r--r-- | bfd/reloc.c | 55 |
1 files changed, 29 insertions, 26 deletions
diff --git a/bfd/reloc.c b/bfd/reloc.c index b382609..1566fa6 100644 --- a/bfd/reloc.c +++ b/bfd/reloc.c @@ -2354,60 +2354,63 @@ ENUM ENUMDOC This is a 9-bit reloc ENUM - BFD_RELOC_V850_16_PCREL -ENUMDOC - This is a 16-bit reloc -ENUM BFD_RELOC_V850_22_PCREL ENUMDOC This is a 22-bit reloc ENUM - BFD_RELOC_V850_SDA_16_16_OFFSET, + BFD_RELOC_V850_SDA_16_16_OFFSET ENUMDOC - This is a 16 bit offset from the short data area pointer.. + This is a 16 bit offset from the short data area pointer. ENUM - BFD_RELOC_V850_SDA_15_16_OFFSET, + BFD_RELOC_V850_SDA_15_16_OFFSET ENUMDOC - This is a 16 bit offset (of which only 15 bits are used) from the short data area pointer.. + This is a 16 bit offset (of which only 15 bits are used) from the + short data area pointer. ENUM - BFD_RELOC_V850_ZDA_16_16_OFFSET, + BFD_RELOC_V850_ZDA_16_16_OFFSET ENUMDOC - This is a 16 bit offset from the zero data area pointer.. + This is a 16 bit offset from the zero data area pointer. ENUM - BFD_RELOC_V850_ZDA_15_16_OFFSET, + BFD_RELOC_V850_ZDA_15_16_OFFSET ENUMDOC - This is a 16 bit offset (of which only 15 bits are used) from the zero data area pointer.. + This is a 16 bit offset (of which only 15 bits are used) from the + zero data area pointer. ENUM - BFD_RELOC_V850_TDA_6_8_OFFSET, + BFD_RELOC_V850_TDA_6_8_OFFSET ENUMDOC - This is an 8 bit offset (of which only 6 bits are used) from the tiny data area pointer.. + This is an 8 bit offset (of which only 6 bits are used) from the + tiny data area pointer. ENUM - BFD_RELOC_V850_TDA_7_8_OFFSET, + BFD_RELOC_V850_TDA_7_8_OFFSET ENUMDOC - This is an 8bit offset (of which only 7 bits are used) from the tiny data area pointer.. + This is an 8bit offset (of which only 7 bits are used) from the tiny + data area pointer. ENUM - BFD_RELOC_V850_TDA_7_7_OFFSET, + BFD_RELOC_V850_TDA_7_7_OFFSET ENUMDOC - This is a 7 bit offset from the tiny data area pointer.. + This is a 7 bit offset from the tiny data area pointer. COMMENT {* start-sanitize-v850e *} ENUM - BFD_RELOC_V850_TDA_4_5_OFFSET, + BFD_RELOC_V850_TDA_4_5_OFFSET ENUMDOC - This is a 5 bit offset (of which only 4 bits are used) from the tiny data area pointer.. + This is a 5 bit offset (of which only 4 bits are used) from the tiny + data area pointer. ENUM - BFD_RELOC_V850_TDA_4_4_OFFSET, + BFD_RELOC_V850_TDA_4_4_OFFSET ENUMDOC - This is a 4 bit offset from the tiny data area pointer.. + This is a 4 bit offset from the tiny data area pointer. ENUM - BFD_RELOC_V850_SDA_16_16_SPLIT_OFFSET, + BFD_RELOC_V850_SDA_16_16_SPLIT_OFFSET ENUMDOC - This is a 16 bit offset from the short data area pointer, with the bits placed non-contigously in the instruction.. + This is a 16 bit offset from the short data area pointer, with the + bits placed non-contigously in the instruction. ENUM - BFD_RELOC_V850_ZDA_16_16_SPLIT_OFFSET, + BFD_RELOC_V850_ZDA_16_16_SPLIT_OFFSET ENUMDOC - This is a 16 bit offset from the zero data area pointer, with the bits placed non-contigously in the instruction.. + This is a 16 bit offset from the zero data area pointer, with the + bits placed non-contigously in the instruction. COMMENT {* end-sanitize-v850e *} |