diff options
author | Per Bothner <per@bothner.com> | 1991-10-10 05:44:37 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1991-10-10 05:44:37 +0000 |
commit | 3f51b6cf185e036b8706c9c11d3e5a809a81cf28 (patch) | |
tree | f010f9e8d37a17cfd2475a1c77445da9d5fe629a | |
parent | 5420feaa8ee30169435750ad94a2a71489a863dd (diff) | |
download | gdb-3f51b6cf185e036b8706c9c11d3e5a809a81cf28.zip gdb-3f51b6cf185e036b8706c9c11d3e5a809a81cf28.tar.gz gdb-3f51b6cf185e036b8706c9c11d3e5a809a81cf28.tar.bz2 |
* nm.c (print_symbols): Handle NULL name field of symbol.
* Makefile.in: Removed spurious comment.
-rw-r--r-- | binutils/Makefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/binutils/Makefile.in b/binutils/Makefile.in index 8e730e9..01ed8af 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -22,9 +22,6 @@ INSTALL = install -c INSTALL_PROGRAM = $(INSTALL) INSTALL_FILE = $(INSTALL) -## Configuration options -# These should be all you need set before compiling - #CC=gcc -Wall # these two are almost the same program AR_PROG=ar |