From: Per Bothner Date: Fri, 28 May 1993 22:07:47 +0000 (+0000) Subject: * Makefile.in (install): Also install ar and ranlib in X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a9f5cf7be244575ce3b775efe5b39d5ed3ef8b6d;p=binutils-gdb.git * 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. --- diff --git a/binutils/TODO b/binutils/TODO index b91f2d482ac..179f93f5a85 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.