diff options
author | Per Bothner <per@bothner.com> | 1993-05-28 22:07:47 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1993-05-28 22:07:47 +0000 |
commit | a9f5cf7be244575ce3b775efe5b39d5ed3ef8b6d (patch) | |
tree | 0234753d2cf70e816884a98d850474bf1a34b8fe /binutils/TODO | |
parent | 47a488df26fa996851bbc5042c7a910d38013e30 (diff) | |
download | gdb-a9f5cf7be244575ce3b775efe5b39d5ed3ef8b6d.zip gdb-a9f5cf7be244575ce3b775efe5b39d5ed3ef8b6d.tar.gz gdb-a9f5cf7be244575ce3b775efe5b39d5ed3ef8b6d.tar.bz2 |
* Makefile.in (install): Also install ar and ranlib in
$(tooldir)/bin; needed for building libgcc.a.
* objdump.c (objdump_print_address): Fix the check
"coincidental" label matches by dis-allowing undefined
or com symbols.
Diffstat (limited to 'binutils/TODO')
-rw-r--r-- | binutils/TODO | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binutils/TODO b/binutils/TODO index b91f2d4..179f93f 100644 --- a/binutils/TODO +++ b/binutils/TODO @@ -8,6 +8,8 @@ o - See also ../ld/TODO and ../bfd/TODO. o - ar q is flakey: e.g. doesn't handle long file names properly. +o - objdump -d: Print relocatable addresses intelligently. + OLD: o - make the long options more consistent. |