* app.c (do_scrub_chars): Simplify string handling.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
671659ef
DS
12006-03-09 Danny Smith <dannysmith@users.sourceforge.net>
2
3 * dlltool.c: Update copyright year.
4 * doc/binutils.texi: Likewise.
5
14288fdc
DS
62006-03-09 Danny Smith <dannysmith@users.sourceforge.net>
7
8 * dlltool.c (add_stdcall_underscore): New flag.
9 (xlate): Also add underscore to stdcall symbol if
10 add_stdcall_underscore set.
11 (usage): Document --add-stdcall-underscore option.
12 (OPTION_ADD_STDCALL_UNDERSCORE): New define.
13 (long_options): Use it for --add-stdcall-underscore option.
14 (main): Handle it.
15 * doc/binutils.texi: Document --add-stdcall-underscore option
16 and differentiate from --add-underscore.
17
0b2e31dc
NS
182006-03-06 Nathan Sidwell <nathan@codesourcery.com>
19
20 * readelf.c (get_machine_flags): Adjust.
21
12eae2d3
JJ
222006-03-03 Jakub Jelinek <jakub@redhat.com>
23
24 * dwarf.c (frame_display_row, display_debug_frames): Handle
25 DW_CFA_val_offset, DW_CFA_val_offset_sf and DW_CFA_val_expression.
26
f9d4ad2a
NC
272006-02-28 Nick Clifton <nickc@redhat.com>
28
29 * objcopy.c (use_alt_mach_code): Change type to unsigned long.
30 (copy_object): If bfd_alt_mach_code fails emit a more helpful
31 message and if the target architecture is ELF use the alternative
32 as replacement value for the e_machine number.
33 (copy_main): Use strtoul to parse the number provided with the
34 --alt-mach-code switch.
35 * doc/binutils.texi (--alt-mach-code): Document that this switch
36 can now set the absolute e_machine value.
37
f7d9e5c3
CD
382006-02-27 Carlos O'Donell <carlos@codesourcery.com>
39
40 * po/Make-in: Add html target.
41
0b92ab21
NH
422006-02-17 Nick Hudson <nick.hudson@dsl.pipex.com>
43
44 * readelf.c (get_machine_flags): Add logic for missing EF_SH flags.
45
82de001f
JJ
462006-02-14 Jakub Jelinek <jakub@redhat.com>
47
48 * config.in: Rebuilt.
49
84d1d650
L
502006-02-10 H.J. Lu <hongjiu.lu@intel.com>
51
52 PR binutils/2258
53 * readelf.c (process_program_headers): Use
54 ELF_IS_SECTION_IN_SEGMENT_MEMORY.
55
db50c840
EB
562006-02-09 Eric Botcazou <ebotcazou@libertysurf.fr>
57
58 * configure.in (CHECK_DECLS): Add snprintf and vsnprintf.
59 * configure: Regenerate.
60 * objdump.c (fprintf): Remove declaration.
61 * bucomm.h (fprintf): Declare if not already declared.
62 (snprintf): Likewise.
63 (vsnprintf): Likewise.
64
eb4d9372
L
652006-02-08 H.J. Lu <hongjiu.lu@intel.com>
66
67 * readelf.c (process_program_headers): Match PT_TLS segment
68 only with SHT_TLS sections.
69
266abb8f
NS
702006-02-07 Nathan Sidwell <nathan@codesourcery.com>
71
72 * readelf.c (get_machine_flags): Add logic for EF_M68K flags.
73
d72d9b9e
L
742006-02-02 H.J. Lu <hongjiu.lu@intel.com>
75
76 * readelf.c (process_program_headers): Undo the last change.
77
de205c03
L
782006-02-02 H.J. Lu <hongjiu.lu@intel.com>
79
80 * readelf.c (process_program_headers): Undo the change made on
81 2004-09-22. Match PT_DYNAMIC segment only with SHT_DYNAMIC
82 sections.
83
c8782eee
NC
842006-01-30 Nick Clifton <nickc@redhat.com>
85
86 * objcopy.c (copy_object): Catch the case where an attempt is made
87 to add a section that already exists and produce a more helpful
88 warning message.
89
bdcfeba5
NC
902006-01-26 Nick Clifton <nickc@redhat.com>
91
92 * po/vi.po: New Vietnamese translation.
93 * configure.in (ALL_LINGUAS): Add vi.
94 * configure: Regenerate.
95
67a4f2b7
AO
962006-01-18 Alexandre Oliva <aoliva@redhat.com>
97
98 Introduce TLS descriptors for i386 and x86_64.
99 * readelf.c (get_dynamic_type): Handle DT_TLSDESC_GOT and
100 DT_TLSDESC_PLT.
101
6e2c86ac
NC
1022006-01-18 Nick Clifton <nickc@redhat.com>
103
104 PR binutils/1391
105 * objcopy.c (copy_object): For PE format targets set the VMA of a
106 newly created gnu_debuglink section to a non-zero, aligned,
107 contiguous value.
108 * Makefile.am (objcopy.c): Add a dependency upon libbfd.h.
109 * Makefile.in: Regenerate.
110
d99b6465
AS
1112006-01-17 Andreas Schwab <schwab@suse.de>
112
113 PR binutils/1486
114 * configure.in: Don't define DISASSEMBLER_NEEDS_RELOCS.
115 * configure: Regenerate.
116 * objdump.c (struct objdump_disasm_info): Don't check for
117 DISASSEMBLER_NEEDS_RELOCS.
118 (objdump_print_addr): Likewise.
119 (disassemble_bytes): Check disassembler_needs_relocs from
120 disassemble_info at run-time instead of DISASSEMBLER_NEEDS_RELOCS
121 at compile-time.
122 (disassemble_section): Likewise.
123 (disassemble_data): Initialize it.
124
e2ba7bd7
AM
1252006-01-11 Alan Modra <amodra@bigpond.net.au>
126
62d732f5
AM
127 * objcopy.c (copy_object): Fix thinko.
128
e2ba7bd7
AM
129 * objcopy.c (copy_object): Set isympp and osympp to NULL after free.
130
64fd6348
NC
1312006-01-09 Mike Frysinger <vapier@gentoo.org>:
132
133 * readelf.c (guess_is_rela): Add case for Nios/Nios II.
134 (get_machine_name): Likewise.
135
e88d958a 136For older changes see ChangeLog-2005
252b5132
RH
137\f
138Local Variables:
139mode: change-log
140left-margin: 8
141fill-column: 74
142version-control: never
143End:
This page took 0.369446 seconds and 4 git commands to generate.