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