diff options
author | Alan Modra <amodra@gmail.com> | 2003-08-04 14:29:34 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-08-04 14:29:34 +0000 |
commit | 43ac988152628f2642cde224a7eba4677a2b71fd (patch) | |
tree | 400963d56ef84db733841d747296887e92ae2ad5 /binutils/ChangeLog | |
parent | a4622f4072f910a3ac1cf4f0ecd6c9bd487a79c7 (diff) | |
download | gdb-43ac988152628f2642cde224a7eba4677a2b71fd.zip gdb-43ac988152628f2642cde224a7eba4677a2b71fd.tar.gz gdb-43ac988152628f2642cde224a7eba4677a2b71fd.tar.bz2 |
* 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.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 07fc09d..b2fcb20 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,15 @@ +2003-08-04 Bradley Harrington <bharring@us.ibm.com> + Alan Modra <amodra@bigpond.net.au> + + * 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. + 2003-07-30 Alan Modra <amodra@bigpond.net.au> * objdump.c: Remove unnecessary prototypes. |