diff options
author | Richard Henderson <rth@redhat.com> | 1998-04-16 21:06:36 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1998-04-16 21:06:36 +0000 |
commit | eb03bc25f73390ff3d542bf9c7489e7435bfaecf (patch) | |
tree | c49c3f0b1c578ede572655514b019a410ac15cf0 /bfd | |
parent | a17aca4705baf61d56cc41076d85ce38a1da89cd (diff) | |
download | fsf-binutils-gdb-eb03bc25f73390ff3d542bf9c7489e7435bfaecf.zip fsf-binutils-gdb-eb03bc25f73390ff3d542bf9c7489e7435bfaecf.tar.gz fsf-binutils-gdb-eb03bc25f73390ff3d542bf9c7489e7435bfaecf.tar.bz2 |
* elf64-alpha.c (elf64_alpha_do_reloc_gpdisp): Do all gpdisp
comparisons signed.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b279ba6..1432d39 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Thu Apr 16 13:49:00 1998 Richard Henderson <rth@cygnus.com> + + * elf64-alpha.c (elf64_alpha_do_reloc_gpdisp): Do all gpdisp + comparisons signed. + Thu Apr 16 11:43:33 1998 Ian Lance Taylor <ian@cygnus.com> * targets.c (bfd_target_vector) [SELECT_VECS not defined]: Add |