From 43ac988152628f2642cde224a7eba4677a2b71fd Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 4 Aug 2003 14:29:34 +0000 Subject: * 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 | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'binutils/ChangeLog') 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 + Alan Modra + + * 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 * objdump.c: Remove unnecessary prototypes. -- cgit v1.1