diff options
author | Nick Clifton <nickc@redhat.com> | 2001-05-28 09:23:54 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-05-28 09:23:54 +0000 |
commit | 0f2712edc99c8717cd41a05b6fede5ba9ff8b35d (patch) | |
tree | 393fbe4e8d50197c60c94210e08ed34f14d1adb4 /bfd/reloc.c | |
parent | c04a062df3a62d69cdf5e75fe01c5cd3dec4435e (diff) | |
download | gdb-0f2712edc99c8717cd41a05b6fede5ba9ff8b35d.zip gdb-0f2712edc99c8717cd41a05b6fede5ba9ff8b35d.tar.gz gdb-0f2712edc99c8717cd41a05b6fede5ba9ff8b35d.tar.bz2 |
Add support for .uahword, .uaword and .uaxword pseudo ops
Diffstat (limited to 'bfd/reloc.c')
-rw-r--r-- | bfd/reloc.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/reloc.c b/bfd/reloc.c index 4fcab60..6d9b35b 100644 --- a/bfd/reloc.c +++ b/bfd/reloc.c @@ -1800,7 +1800,11 @@ ENUMX ENUMX BFD_RELOC_SPARC_RELATIVE ENUMX + BFD_RELOC_SPARC_UA16 +ENUMX BFD_RELOC_SPARC_UA32 +ENUMX + BFD_RELOC_SPARC_UA64 ENUMDOC SPARC ELF relocations. There is probably some overlap with other relocation types already defined. |