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