diff options
author | Dave Anglin <dave.anglin@nrc.ca> | 2005-11-07 00:08:35 +0000 |
---|---|---|
committer | Dave Anglin <dave.anglin@nrc.ca> | 2005-11-07 00:08:35 +0000 |
commit | f3f267f1e222ca73e3d6dec990c893c54d14c4e2 (patch) | |
tree | 89c2a431f0efdd49cb118ab80d30ae2029bd7568 /include | |
parent | abadb56ab419883cead84fff187b59b467556004 (diff) | |
download | gdb-f3f267f1e222ca73e3d6dec990c893c54d14c4e2.tar.gz |
* elf/hppa.h (R_PARISC_DIR64WR, R_PARISC_DIR64DR): Remove relocs.
Diffstat (limited to 'include')
-rw-r--r-- | include/ChangeLog | 4 | ||||
-rw-r--r-- | include/elf/hppa.h | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 9cd2da017ea..2b610388975 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2005-11-06 John David Anglin <dave.anglin@nrc-crnc.gc.ca> + + * elf/hppa.h (R_PARISC_DIR64WR, R_PARISC_DIR64DR): Remove relocs. + 2005-11-03 Alan Modra <amodra@bigpond.net.au> * bfdlink.h (struct bfd_link_order): Tweak comment. diff --git a/include/elf/hppa.h b/include/elf/hppa.h index 57efac67461..38a464e90fe 100644 --- a/include/elf/hppa.h +++ b/include/elf/hppa.h @@ -309,12 +309,6 @@ RELOC_NUMBER (R_PARISC_PCREL16DF, 79) RELOC_NUMBER (R_PARISC_DIR64, 80) /* 64-bit doubleword symbol + addend */ -RELOC_NUMBER (R_PARISC_DIR64WR, 81) -/* 64-bit doubleword RR(symbol, addend) */ - -RELOC_NUMBER (R_PARISC_DIR64DR, 82) -/* 64-bit doubleword RR(symbol, addend) */ - RELOC_NUMBER (R_PARISC_DIR14WR, 83) /* load/store mod. comp. (2) RR(symbol, addend) */ |