PR 9918
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
54b70fa3
NC
12009-03-03 Nick Clifton <nickc@redhat.com>
2
3 * readelf.c: Update formatting.
4
a1f7ca36
AM
52009-03-03 Alan Modra <amodra@bigpond.net.au>
6
7 * Makefile.am: Run "make dep-am".
8 * Makefile.in: Regenerate.
9
095ad3b8
AM
102009-03-03 Alan Modra <amodra@bigpond.net.au>
11
12 * objdump.c (disassemble_section): Mask address before sign extending.
13
220df88b
NC
142009-03-02 Sebastian Biallas <sb@biallas.net>
15
16 * ieee.c (parse_ieee_ty): Add support for undocumented 'v' type.
17 (parse_ieee_bb): Set the filename if it has not already been
18 discovered.
19
2cf0635d 202009-03-02 Cary Coutant <ccoutant@google.com>
095ad3b8 21
2cf0635d
NC
22 * readelf.c (adjust_relative_path): New function.
23 (struct archive_info): New type.
24 (setup_archive): New function.
25 (release_archive): New function.
26 (setup_nested_archive): New function.
27 (get_archive_member_name): New function.
28 (get_archive_member_name_at): New function.
29 (make_qualified_name): New function.
30 (process_archive): Factor out code for reading archive index and
31 long filename table to setup_archive. Add support for thin archives.
32
c7c1befa
NC
332009-03-02 Nick Clifton <nickc@redhat.com>
34
35 * po/sk.po: Updated Slovak translation.
36
58e24671
RW
372009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
38
39 * configure: Regenerate.
40
7bcbeb0f
CC
412009-02-23 Cary Coutant <ccoutant@google.com>
42
43 * objdump.c (load_specific_debug_section): New function, from
44 load_debug_section.
45 (load_debug_section): Use load_specific_debug_section.
46 (dump_dwarf_section): Likewise.
47
613ff48b
CC
482009-02-23 Cary Coutant <ccoutant@google.com>
49
50 * readelf.c (parse_args): Select all sections explicitly for -w.
51
48b2f7b2
KT
522009-02-09 Kai Tietz <kai.tietz@onevision.com>
53
54 * windres.c (set_endianess): Copy name without leading '-'.
55
4cb93e3b
TG
562009-02-09 Tristan Gingold <gingold@adacore.com>
57
58 * NEWS: Mention feature match between objdump and readelf for dumping
59 dwarf info.
60
61 * doc/binutils.texi (objdump): Document -W/--dwarf improvments to
62 objdump.
63
64 * objdump.c (usage): Update documentation for -W/--dwarf.
65 (enum option_values): Add OPTION_DWARF.
66 (long_options): --dwarf can accept arguments.
67 (dump_dwarf_section): Also check enabled field.
68 (main): Option -W can accept arguments, code moved to
69 dwarf.c and call dwarf_select_sections_all instead.
70 * readelf.c (process_section_headers): Remove do_debug_lines_decoded.
71 (parse_args): Move code to...
72 * dwarf.c (dwarf_select_sections_by_letters,
73 dwarf_select_sections_by_names): : ...here (new functions).
74 (do_debug_lines_decoded): Remove and replaced by ...
75 (FLAG_DEBUG_LINES_RAW, FLAG_DEBUG_LINES_DECODED): ... new macros.
76 (display_debug_lines): Adjust for previous change.
77 (dwarf_select_sections_all): New function.
78 (debug_displays): Add initializer for enabled field.
79 * dwarf.h (do_debug_lines_decoded): Remove.
80 Add prototypes for the new functions.
81 (struct dwarf_section_display): Add enabled field.
095ad3b8 82
dfb37fbf
NC
832009-02-06 Nick Clifton <nickc@redhat.com>
84
85 * po/vi.po: Updated Vietnamese translation.
86
52b6b6b9
JM
872009-02-03 Sandip Matte <sandip@rmicorp.com>
88
89 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_XLR.
90
28024d9d
L
912009-02-03 H.J. Lu <hongjiu.lu@intel.com>
92
93 * NEWS: Move --as-needed change to ...
94 * ../ld/NEWS: Here.
95
31dd3154
JM
962009-02-03 Carlos O'Donell <carlos@codesourcery.com>
97
98 * configure.in: AC_SUBST pdfdir.
99 * Makefile.am: Add install-pdf, install-pdf-am,
100 and install-pdf-recursive targets.
101 * doc/Makefile.am: Define pdf__strip_dir. Add
102 install-pdf and install-pdf-am targets.
103 * po/Make-in: Add install-pdf target.
104 * configure: Regenerate.
105 * Makefile.in: Regenerate.
106 * doc/Makefile.in: Regenerate.
107
0dafdf3f
L
1082009-02-03 H.J. Lu <hongjiu.lu@intel.com>
109
110 PR binutils/9784
111 * NEWS: Mention --prefix=PREFIX and --prefix-strip=LEVEL.
112
113 * doc/binutils.texi: Document --prefix=PREFIX and
114 --prefix-strip=LEVEL.
115
116 * objdump.c: Include "filenames.h".
117 (prefix): New.
118 (prefix_strip): Likewise.
119 (prefix_length): Likewise.
120 (usage): Add --prefix=PREFIX and --prefix-strip=LEVEL.
121 (option_values): Add OPTION_PREFIX and OPTION_PREFIX_STRIP.
122 (long_options): Likewise.
123 (show_line): Handle prefix and prefix_strip.
124 (main): Handle OPTION_PREFIX and OPTION_PREFIX_STRIP.
125
126 * readelf.c (PATH_MAX): Moved to ...
127 * sysdep.h: Here.
128
010e5ae2
AM
1292009-01-31 Alan Modra <amodra@bigpond.net.au>
130
131 * NEWS: Mention --as-needed change.
132
8d8e0703
AM
1332009-01-29 Alan Modra <amodra@bigpond.net.au>
134
135 PR 9798
136 * bucomm.c (bfd_nonfatal_message): Use bfd_get_archive_filename.
137 (bfd_get_archive_filename): Constify param.
138 * bucomm.h (bfd_get_archive_filename): Update prototype.
139 * objcopy.c (RETURN_NONFATAL): Delete.
140 (copy_unknown_object): Don't call bfd_get_archive_filename for
141 bfd_nonfatal_message filename, instead just pass bfd.
142 (copy_object): Likewise.
143 (copy_archive, copy_file): Likewise. Expand RETURN_NONFATAL. On
144 bfd_close errors, do not pass the bfd to bfd_nonfatal_message.
145 (setup_bfd_headers): Fix error message.
146
1b0adfe0
NC
1472009-01-27 Nick Clifton <nickc@redhat.com>
148
149 PR 9774
150 * objdump.c (disassemble_section): When the target uses signed
151 addresses make sure that we compute signed values.
152
9f04c329
NC
1532009-01-27 Nick Clifton <nickc@redhat.com>
154
155 * MAINTAINERS: Remove Thiemo Seufer's name from the list of MIPS
156 maintainers.
157
2c2ce03f
NC
1582009-01-26 Nick Clifton <nickc@redhat.com>
159
160 PR 9766
161 * dlltool.c (xlate): When strip text after the @ sign, look for
162 the last one not the first one.
163
29670fb9
AM
1642009-01-16 Alan Modra <amodra@bigpond.net.au>
165
166 * configure.in (commonbfdlib): Delete.
167 * configure: Regenerate.
168
25893672
NC
1692008-01-14 Charles Wilson <cygwin@cwilson.fastmail.fm>
170
171 Cleanup code related to --identify option.
172
173 * binutils/dlltool.c (file scope): Removed globals identify_ms,
174 identify_member_contains_symname_result,
175 identify_dll_name_list_head, and identify_dll_name_list_tail.
176 Renamed existing typedef dll_name_list_type to
177 dll_name_list_node_type.
178 Added new typedefs dll_name_list_type, symname_search_data_type,
179 and identify_data_type.
180 (identify_append_dll_name_to_list): Renamed to...
181 (dll_name_list_append): ...here. Changed signature to accept list
182 argument rather than use global.
183 (identify_count_dll_name_list): Renamed to...
184 (dll_name_list_count): ...here. Changed signature to accept list
185 argument rather than use global.
186 (identify_print_dll_name_list): Renamed to...
187 (dll_name_list_print): ...here. Changed signature to accept list
188 argument rather than use global.
189 (identify_free_dll_name_list): Renamed to...
190 (dll_name_list_free_contents): ...here.
191 (dll_name_list_free): New function.
192 (dll_name_list_create): New function.
193 (identify_process_section_p): Changed signature to accept
194 ms_style_implib argument rather than use global.
195 (identify_member_contains_symname): Expect incoming void * data to
196 be symname_search_data_type.
197 (identify_dll_for_implib): Use new functions dll_name_list_create
198 and dll_name_list_free. Use new types symname_search_data_type
199 and identify_data_type to communicate with search routines.
200 (identify_search_section): Expect incoming void * data to be
201 identify_data_type. Use its contents rather than global
202 variables.
203
71c57c16
NC
2042009-01-13 Charles Wilson <cygwin@cwilson.fastmail.fm>
205
206 Add --identify-strict option. Handle ms-style implibs:
207
208 * dlltool.c (file scope): Added new globals identify_ms and
209 identify_strict. New typedef dll_name_list_type, and globals
210 identify_dll_name_list_head and identify_dll_name_list_tail. Added
211 new global identify_member_contains_symname_result.
212 (identify_append_dll_name_to_list): New function.
213 (identify_count_dll_name_list): New function.
214 (identify_print_dll_name_list): New function.
215 (identify_free_dll_name_list): New function.
216 (identify_search_archive): Changed signature to take function
217 pointer to operation to apply to each member, and data to pass on
218 to that function.
219 (identify_search_member): Changed signature to accept user data
220 from caller.
221 (identify_member_contains_symname): New function.
222 (identify_dll_for_implib): Rewrite. Now determines whether implib
223 is ms- or binutils- style, before searching sections for
095ad3b8 224 dllname. Allows multiple dllnames.
71c57c16
NC
225 (identify_process_section_p): Search alternate section for dllname
226 when implib is ms-style.
227 (identify_search_section): Add additional conditions to excludes
228 candidate sections from consideration.
229 (usage): Added --identify-strict.
230 (long_options): Added --identify-strict.
231 (main): Handle --identify-strict option.
232 * doc/binutils.texi: Document --identify-strict option.
233 * NEWS: Document --identify and --identify-strict options.
234
840b96a7
AM
2352009-01-13 Alan Modra <amodra@bigpond.net.au>
236
237 PR 7034
238 * doc/binutils.texi (objdump -R): Note effect of -d or -D.
239
22f4bbf5
AM
2402009-01-13 Alan Modra <amodra@bigpond.net.au>
241
242 * objdump.c (disassemble_section): Don't assume non-instruction
243 data if object symbol at given address is in different section.
244
2ea2f3c6
KT
2452009-01-12 Kai Tietz <kai.tietz@onevision.com>
246
247 * dlltool.c (create_for_pep): New.
248 (flush_page): Use create_for_pep instead of using
249 macro DLLTOOL_MX86_64 clause.
250 (generate_idata_ofile): Likewise.
251 (make_one_lib_file): Likewise.
252 (make_head): Likewise.
253 (make_tail): Likewise.
254 (main): Initialize create_for_pep.
255
e77b97d4
KT
2562009-01-08 Kai Tietz <kai.tietz@onevision.com>
257
258 * dlltool.c (use_nul_prefixed_import_tables): New.
259 (make_head): Make prefix leading zero prefix element for
260 idata$4 and idata$5 dependent to new flag.
261 (usage): Add new option --use-nul-prefixed-import-tables.
262 (OPTION_USE_NUL_PREFIXED_IMPORT_TABLES): New.
263 (long_options): Add --use-nul-prefixed-import-tables.
264 (main): Likewise.
265 * doc/binutils.texi: Add new option documentation for
266 --use-nul-prefixed-import-tables.
267 * NEWS: Add new option.
268
1069ad51 2692009-01-06 Kai Tietz <kai.tietz@onevision.com>
84e94c90 270
1069ad51
KT
271 * windres.c (set_endianess): Get architecture name
272 for internal target names like "pe-arm-wince-little".
273 (find_arch_match): New helper.
274 * ChangeLog: Reset it.
275 * ChangeLog-2008: Moved old ChangeLog.
84e94c90 276
1069ad51 277For older changes see ChangeLog-2008
252b5132
RH
278\f
279Local Variables:
280mode: change-log
281left-margin: 8
282fill-column: 74
283version-control: never
284End:
This page took 0.479098 seconds and 4 git commands to generate.