diff options
author | Alan Modra <amodra@gmail.com> | 2001-02-09 16:33:21 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-02-09 16:33:21 +0000 |
commit | 7bb10502ed7272132d70a6c6d5450bdc94345566 (patch) | |
tree | bda664641e04fcb74914b6ba0f838404181341dd /binutils/ChangeLog | |
parent | 9fc54e19508de6f56b3077f5de9cfebfa622e9a7 (diff) | |
download | gdb-7bb10502ed7272132d70a6c6d5450bdc94345566.zip gdb-7bb10502ed7272132d70a6c6d5450bdc94345566.tar.gz gdb-7bb10502ed7272132d70a6c6d5450bdc94345566.tar.bz2 |
Don't #ifdef inside printf in case printf is a macro.
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 4cbb07d..b7b671f 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2001-02-10 Alan Modra <alan@linuxcare.com.au> + + * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case + printf is a macro. + 2001-02-08 Hans-Peter Nilsson <hp@bitrange.com> * acinclude.m4 (AM_PROG_LEX): Override installed definition. |