bfd:
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2009-02-03 Carlos O'Donell <carlos@codesourcery.com>
2
3 * configure.in: AC_SUBST pdfdir.
4 * Makefile.am: Add install-pdf, install-pdf-am,
5 and install-pdf-recursive targets.
6 * doc/Makefile.am: Define pdf__strip_dir. Add
7 install-pdf and install-pdf-am targets.
8 * po/Make-in: Add install-pdf target.
9 * configure: Regenerate.
10 * Makefile.in: Regenerate.
11 * doc/Makefile.in: Regenerate.
12
13 2009-02-03 H.J. Lu <hongjiu.lu@intel.com>
14
15 PR binutils/9784
16 * NEWS: Mention --prefix=PREFIX and --prefix-strip=LEVEL.
17
18 * doc/binutils.texi: Document --prefix=PREFIX and
19 --prefix-strip=LEVEL.
20
21 * objdump.c: Include "filenames.h".
22 (prefix): New.
23 (prefix_strip): Likewise.
24 (prefix_length): Likewise.
25 (usage): Add --prefix=PREFIX and --prefix-strip=LEVEL.
26 (option_values): Add OPTION_PREFIX and OPTION_PREFIX_STRIP.
27 (long_options): Likewise.
28 (show_line): Handle prefix and prefix_strip.
29 (main): Handle OPTION_PREFIX and OPTION_PREFIX_STRIP.
30
31 * readelf.c (PATH_MAX): Moved to ...
32 * sysdep.h: Here.
33
34 2009-01-31 Alan Modra <amodra@bigpond.net.au>
35
36 * NEWS: Mention --as-needed change.
37
38 2009-01-29 Alan Modra <amodra@bigpond.net.au>
39
40 PR 9798
41 * bucomm.c (bfd_nonfatal_message): Use bfd_get_archive_filename.
42 (bfd_get_archive_filename): Constify param.
43 * bucomm.h (bfd_get_archive_filename): Update prototype.
44 * objcopy.c (RETURN_NONFATAL): Delete.
45 (copy_unknown_object): Don't call bfd_get_archive_filename for
46 bfd_nonfatal_message filename, instead just pass bfd.
47 (copy_object): Likewise.
48 (copy_archive, copy_file): Likewise. Expand RETURN_NONFATAL. On
49 bfd_close errors, do not pass the bfd to bfd_nonfatal_message.
50 (setup_bfd_headers): Fix error message.
51
52 2009-01-27 Nick Clifton <nickc@redhat.com>
53
54 PR 9774
55 * objdump.c (disassemble_section): When the target uses signed
56 addresses make sure that we compute signed values.
57
58 2009-01-27 Nick Clifton <nickc@redhat.com>
59
60 * MAINTAINERS: Remove Thiemo Seufer's name from the list of MIPS
61 maintainers.
62
63 2009-01-26 Nick Clifton <nickc@redhat.com>
64
65 PR 9766
66 * dlltool.c (xlate): When strip text after the @ sign, look for
67 the last one not the first one.
68
69 2009-01-16 Alan Modra <amodra@bigpond.net.au>
70
71 * configure.in (commonbfdlib): Delete.
72 * configure: Regenerate.
73
74 2008-01-14 Charles Wilson <cygwin@cwilson.fastmail.fm>
75
76 Cleanup code related to --identify option.
77
78 * binutils/dlltool.c (file scope): Removed globals identify_ms,
79 identify_member_contains_symname_result,
80 identify_dll_name_list_head, and identify_dll_name_list_tail.
81 Renamed existing typedef dll_name_list_type to
82 dll_name_list_node_type.
83 Added new typedefs dll_name_list_type, symname_search_data_type,
84 and identify_data_type.
85 (identify_append_dll_name_to_list): Renamed to...
86 (dll_name_list_append): ...here. Changed signature to accept list
87 argument rather than use global.
88 (identify_count_dll_name_list): Renamed to...
89 (dll_name_list_count): ...here. Changed signature to accept list
90 argument rather than use global.
91 (identify_print_dll_name_list): Renamed to...
92 (dll_name_list_print): ...here. Changed signature to accept list
93 argument rather than use global.
94 (identify_free_dll_name_list): Renamed to...
95 (dll_name_list_free_contents): ...here.
96 (dll_name_list_free): New function.
97 (dll_name_list_create): New function.
98 (identify_process_section_p): Changed signature to accept
99 ms_style_implib argument rather than use global.
100 (identify_member_contains_symname): Expect incoming void * data to
101 be symname_search_data_type.
102 (identify_dll_for_implib): Use new functions dll_name_list_create
103 and dll_name_list_free. Use new types symname_search_data_type
104 and identify_data_type to communicate with search routines.
105 (identify_search_section): Expect incoming void * data to be
106 identify_data_type. Use its contents rather than global
107 variables.
108
109 2009-01-13 Charles Wilson <cygwin@cwilson.fastmail.fm>
110
111 Add --identify-strict option. Handle ms-style implibs:
112
113 * dlltool.c (file scope): Added new globals identify_ms and
114 identify_strict. New typedef dll_name_list_type, and globals
115 identify_dll_name_list_head and identify_dll_name_list_tail. Added
116 new global identify_member_contains_symname_result.
117 (identify_append_dll_name_to_list): New function.
118 (identify_count_dll_name_list): New function.
119 (identify_print_dll_name_list): New function.
120 (identify_free_dll_name_list): New function.
121 (identify_search_archive): Changed signature to take function
122 pointer to operation to apply to each member, and data to pass on
123 to that function.
124 (identify_search_member): Changed signature to accept user data
125 from caller.
126 (identify_member_contains_symname): New function.
127 (identify_dll_for_implib): Rewrite. Now determines whether implib
128 is ms- or binutils- style, before searching sections for
129 dllname. Allows multiple dllnames.
130 (identify_process_section_p): Search alternate section for dllname
131 when implib is ms-style.
132 (identify_search_section): Add additional conditions to excludes
133 candidate sections from consideration.
134 (usage): Added --identify-strict.
135 (long_options): Added --identify-strict.
136 (main): Handle --identify-strict option.
137 * doc/binutils.texi: Document --identify-strict option.
138 * NEWS: Document --identify and --identify-strict options.
139
140 2009-01-13 Alan Modra <amodra@bigpond.net.au>
141
142 PR 7034
143 * doc/binutils.texi (objdump -R): Note effect of -d or -D.
144
145 2009-01-13 Alan Modra <amodra@bigpond.net.au>
146
147 * objdump.c (disassemble_section): Don't assume non-instruction
148 data if object symbol at given address is in different section.
149
150 2009-01-12 Kai Tietz <kai.tietz@onevision.com>
151
152 * dlltool.c (create_for_pep): New.
153 (flush_page): Use create_for_pep instead of using
154 macro DLLTOOL_MX86_64 clause.
155 (generate_idata_ofile): Likewise.
156 (make_one_lib_file): Likewise.
157 (make_head): Likewise.
158 (make_tail): Likewise.
159 (main): Initialize create_for_pep.
160
161 2009-01-08 Kai Tietz <kai.tietz@onevision.com>
162
163 * dlltool.c (use_nul_prefixed_import_tables): New.
164 (make_head): Make prefix leading zero prefix element for
165 idata$4 and idata$5 dependent to new flag.
166 (usage): Add new option --use-nul-prefixed-import-tables.
167 (OPTION_USE_NUL_PREFIXED_IMPORT_TABLES): New.
168 (long_options): Add --use-nul-prefixed-import-tables.
169 (main): Likewise.
170 * doc/binutils.texi: Add new option documentation for
171 --use-nul-prefixed-import-tables.
172 * NEWS: Add new option.
173
174 2009-01-06 Kai Tietz <kai.tietz@onevision.com>
175
176 * windres.c (set_endianess): Get architecture name
177 for internal target names like "pe-arm-wince-little".
178 (find_arch_match): New helper.
179 * ChangeLog: Reset it.
180 * ChangeLog-2008: Moved old ChangeLog.
181
182 For older changes see ChangeLog-2008
183 \f
184 Local Variables:
185 mode: change-log
186 left-margin: 8
187 fill-column: 74
188 version-control: never
189 End:
This page took 0.031786 seconds and 4 git commands to generate.