diff options
author | Per Bothner <per@bothner.com> | 1992-06-24 20:58:17 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1992-06-24 20:58:17 +0000 |
commit | 96cc09a0c4dce4f5221efe9052b4553a4c8a6bc6 (patch) | |
tree | 3241aa1094765ee9966b90a0deaba81238441457 /binutils/ChangeLog | |
parent | 84c2fcadfcdf6e8d4e62d3fd6d58bfc781adb0df (diff) | |
download | gdb-96cc09a0c4dce4f5221efe9052b4553a4c8a6bc6.zip gdb-96cc09a0c4dce4f5221efe9052b4553a4c8a6bc6.tar.gz gdb-96cc09a0c4dce4f5221efe9052b4553a4c8a6bc6.tar.bz2 |
* nm.c (valueof macro): Add missing parentheses.
(Their lack screwed up numeric_forward().)
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 1002bd0..06e2124 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +Wed Jun 24 13:48:07 1992 Per Bothner (bothner@cygnus.com) + + * nm.c (valueof macro): Add missing parentheses. + (Their lack screwed up numeric_forward().) + Sun Jun 14 10:33:27 1992 John Gilmore (gnu at cygnus.com) * objdump.c (dump_elf_stabs): Also dump .stab.index and |