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/bfd-in2.h | |
parent | c04a062df3a62d69cdf5e75fe01c5cd3dec4435e (diff) | |
download | binutils-0f2712edc99c8717cd41a05b6fede5ba9ff8b35d.zip binutils-0f2712edc99c8717cd41a05b6fede5ba9ff8b35d.tar.gz binutils-0f2712edc99c8717cd41a05b6fede5ba9ff8b35d.tar.bz2 |
Add support for .uahword, .uaword and .uaxword pseudo ops
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 7fca406..5d10ad0 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -1928,7 +1928,9 @@ relocation types already defined. */ BFD_RELOC_SPARC_GLOB_DAT, BFD_RELOC_SPARC_JMP_SLOT, BFD_RELOC_SPARC_RELATIVE, + BFD_RELOC_SPARC_UA16, BFD_RELOC_SPARC_UA32, + BFD_RELOC_SPARC_UA64, /* I think these are specific to SPARC a.out (e.g., Sun 4). */ BFD_RELOC_SPARC_BASE13, |