OSDN Git Service

* objdump.c (include_paths, include_path_count): New vars.
authorAlan Modra <amodra@bigpond.net.au>
Mon, 4 Aug 2003 14:29:34 +0000 (14:29 +0000)
committerAlan Modra <amodra@bigpond.net.au>
Mon, 4 Aug 2003 14:29:34 +0000 (14:29 +0000)
commitbcc07942145c5e49ed24273063d5ec44f7594951
treec6d34da8003dfcd77ff4c591246dc781b8a6f19c
parente1f92e2d7ac2cc01f8d313d2cc94c07c94689900
* objdump.c (include_paths, include_path_count): New vars.
(usage): Describe --include.
(long_options): Add "include".
(add_include_path): New function.
(struct print_file_list): Make filename const.  Add modname.
(try_print_file_open, update_source_path): New functions.
(show_line): Use them.
(main): Handle 'I' option.  Don't check for NULL xrealloc arg.
binutils/ChangeLog
binutils/objdump.c