aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1998-06-08 22:22:21 +0000
committerNick Clifton <nickc@redhat.com>1998-06-08 22:22:21 +0000
commit5aa6fe96a09196023d62079a2d99fcdaf0128968 (patch)
tree35ce20bc971ffcc0141ca42eb436f180c0a26ffa /bfd
parenta2266bed50d57a83943ad02bce2c7ba50a68e74a (diff)
downloadgdb-5aa6fe96a09196023d62079a2d99fcdaf0128968.zip
gdb-5aa6fe96a09196023d62079a2d99fcdaf0128968.tar.gz
gdb-5aa6fe96a09196023d62079a2d99fcdaf0128968.tar.bz2
Use signed comparisons against addend.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 99ba8fa..1650033 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+Mon Jun 8 15:20:57 1998 Nick Clifton <nickc@cygnus.com>
+
+ * elf32-v850.c (v850_elf_perform_relocation): Make comparisons
+ against 'addend' be signed rather than unsigned.
+
Sat Jun 6 00:31:21 1998 Nick Clifton <nickc@cygnus.com>
* elf32-m32r.c: Add prototyps for static functions.