* Makefile.am (GENSCRIPTS): Pass prefix.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
db336ea9
BE
12006-03-29 Ben Elliston <bje@au.ibm.com>
2
3 * resbin.c: Avoid duplicating constants in calls to reswr_alloc.
4
6c8388f7
NS
52006-03-20 Nathan Sidwell <nathan@codesourcery.com>
6
7 * BRANCHES: Remove binutils-csl-arm-2006q1-branch. Document
8 binutils-csl-2_17-branch instead.
9
f2495b14
PB
102006-03-20 Paul Brook <paul@codesourcery.com>
11
12 * BRANCHES: Mention binutils-csl-arm-2006q1-branch.
13
66eb6687
AM
142006-03-16 Alan Modra <amodra@bigpond.net.au>
15
16 PR 2434
17 * ieee.c (write_ieee_debugging_info): Adjust bfd_hash_table_init calls.
18 * wrstabs.c (write_stabs_in_sections_debugging_info): Likewise.
19
91610c0c
BE
202006-03-13 Ben Elliston <bje@au.ibm.com>
21
22 * bucomm.c (display_target_list): Make local variable `a' to be of
23 type enum bfd_architecture. Thus no need to cast enums to int.
24 (display_info_table): Likewise.
25
3a4a14e9
PB
262006-03-10 Paul Brook <paul@codesourcery.com>
27
28 * readelf.c (decode_ARM_machine_flags): Handle EABIv5.
29
1617e571
AM
302006-03-10 Alan Modra <amodra@bigpond.net.au>
31
32 * dwarf.c (process_extended_line_op): Remove pointer_size param.
33 Use length instead to determine address size.
34 (get_pointer_size_and_offset_of_comp_unit): Delete.
35 (display_debug_lines): Adjust for above.
36 (display_debug_aranges): Don't stop on finding two zeros.
37 (display_debug_frames): For warning, print offset not pointer.
38
671659ef
DS
392006-03-09 Danny Smith <dannysmith@users.sourceforge.net>
40
41 * dlltool.c: Update copyright year.
42 * doc/binutils.texi: Likewise.
43
14288fdc
DS
442006-03-09 Danny Smith <dannysmith@users.sourceforge.net>
45
46 * dlltool.c (add_stdcall_underscore): New flag.
47 (xlate): Also add underscore to stdcall symbol if
48 add_stdcall_underscore set.
49 (usage): Document --add-stdcall-underscore option.
50 (OPTION_ADD_STDCALL_UNDERSCORE): New define.
51 (long_options): Use it for --add-stdcall-underscore option.
52 (main): Handle it.
53 * doc/binutils.texi: Document --add-stdcall-underscore option
54 and differentiate from --add-underscore.
55
0b2e31dc
NS
562006-03-06 Nathan Sidwell <nathan@codesourcery.com>
57
58 * readelf.c (get_machine_flags): Adjust.
59
12eae2d3
JJ
602006-03-03 Jakub Jelinek <jakub@redhat.com>
61
62 * dwarf.c (frame_display_row, display_debug_frames): Handle
63 DW_CFA_val_offset, DW_CFA_val_offset_sf and DW_CFA_val_expression.
64
f9d4ad2a
NC
652006-02-28 Nick Clifton <nickc@redhat.com>
66
67 * objcopy.c (use_alt_mach_code): Change type to unsigned long.
68 (copy_object): If bfd_alt_mach_code fails emit a more helpful
69 message and if the target architecture is ELF use the alternative
70 as replacement value for the e_machine number.
71 (copy_main): Use strtoul to parse the number provided with the
72 --alt-mach-code switch.
73 * doc/binutils.texi (--alt-mach-code): Document that this switch
74 can now set the absolute e_machine value.
75
f7d9e5c3
CD
762006-02-27 Carlos O'Donell <carlos@codesourcery.com>
77
78 * po/Make-in: Add html target.
79
0b92ab21
NH
802006-02-17 Nick Hudson <nick.hudson@dsl.pipex.com>
81
82 * readelf.c (get_machine_flags): Add logic for missing EF_SH flags.
83
82de001f
JJ
842006-02-14 Jakub Jelinek <jakub@redhat.com>
85
86 * config.in: Rebuilt.
87
84d1d650
L
882006-02-10 H.J. Lu <hongjiu.lu@intel.com>
89
90 PR binutils/2258
91 * readelf.c (process_program_headers): Use
92 ELF_IS_SECTION_IN_SEGMENT_MEMORY.
93
db50c840
EB
942006-02-09 Eric Botcazou <ebotcazou@libertysurf.fr>
95
96 * configure.in (CHECK_DECLS): Add snprintf and vsnprintf.
97 * configure: Regenerate.
98 * objdump.c (fprintf): Remove declaration.
99 * bucomm.h (fprintf): Declare if not already declared.
100 (snprintf): Likewise.
101 (vsnprintf): Likewise.
102
eb4d9372
L
1032006-02-08 H.J. Lu <hongjiu.lu@intel.com>
104
105 * readelf.c (process_program_headers): Match PT_TLS segment
106 only with SHT_TLS sections.
107
266abb8f
NS
1082006-02-07 Nathan Sidwell <nathan@codesourcery.com>
109
110 * readelf.c (get_machine_flags): Add logic for EF_M68K flags.
111
d72d9b9e
L
1122006-02-02 H.J. Lu <hongjiu.lu@intel.com>
113
114 * readelf.c (process_program_headers): Undo the last change.
115
de205c03
L
1162006-02-02 H.J. Lu <hongjiu.lu@intel.com>
117
118 * readelf.c (process_program_headers): Undo the change made on
119 2004-09-22. Match PT_DYNAMIC segment only with SHT_DYNAMIC
120 sections.
121
c8782eee
NC
1222006-01-30 Nick Clifton <nickc@redhat.com>
123
124 * objcopy.c (copy_object): Catch the case where an attempt is made
125 to add a section that already exists and produce a more helpful
126 warning message.
127
bdcfeba5
NC
1282006-01-26 Nick Clifton <nickc@redhat.com>
129
130 * po/vi.po: New Vietnamese translation.
131 * configure.in (ALL_LINGUAS): Add vi.
132 * configure: Regenerate.
133
67a4f2b7
AO
1342006-01-18 Alexandre Oliva <aoliva@redhat.com>
135
136 Introduce TLS descriptors for i386 and x86_64.
137 * readelf.c (get_dynamic_type): Handle DT_TLSDESC_GOT and
138 DT_TLSDESC_PLT.
139
6e2c86ac
NC
1402006-01-18 Nick Clifton <nickc@redhat.com>
141
142 PR binutils/1391
143 * objcopy.c (copy_object): For PE format targets set the VMA of a
144 newly created gnu_debuglink section to a non-zero, aligned,
145 contiguous value.
146 * Makefile.am (objcopy.c): Add a dependency upon libbfd.h.
147 * Makefile.in: Regenerate.
148
d99b6465
AS
1492006-01-17 Andreas Schwab <schwab@suse.de>
150
151 PR binutils/1486
152 * configure.in: Don't define DISASSEMBLER_NEEDS_RELOCS.
153 * configure: Regenerate.
154 * objdump.c (struct objdump_disasm_info): Don't check for
155 DISASSEMBLER_NEEDS_RELOCS.
156 (objdump_print_addr): Likewise.
157 (disassemble_bytes): Check disassembler_needs_relocs from
158 disassemble_info at run-time instead of DISASSEMBLER_NEEDS_RELOCS
159 at compile-time.
160 (disassemble_section): Likewise.
161 (disassemble_data): Initialize it.
162
e2ba7bd7
AM
1632006-01-11 Alan Modra <amodra@bigpond.net.au>
164
62d732f5
AM
165 * objcopy.c (copy_object): Fix thinko.
166
e2ba7bd7
AM
167 * objcopy.c (copy_object): Set isympp and osympp to NULL after free.
168
64fd6348
NC
1692006-01-09 Mike Frysinger <vapier@gentoo.org>:
170
171 * readelf.c (guess_is_rela): Add case for Nios/Nios II.
172 (get_machine_name): Likewise.
173
e88d958a 174For older changes see ChangeLog-2005
252b5132
RH
175\f
176Local Variables:
177mode: change-log
178left-margin: 8
179fill-column: 74
180version-control: never
181End:
This page took 0.477377 seconds and 4 git commands to generate.