* objdump.c (disassemble_section): Don't disassemble sections
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2004-04-24 Alan Modra <amodra@bigpond.net.au>
2
3 * objdump.c (disassemble_section): Don't disassemble sections
4 without SEC_HAS_CONTENTS.
5
6 2004-04-22 Jakub Jelinek <jakub@redhat.com>
7
8 * objdump.c (synthsyms, synthcount): New variables.
9 (disassemble_data): Use dynsyms for stripped binaries or libraries.
10 Add synthetized symbols.
11 (dump_bfd): For disassemble, initialize dynsyms always and
12 also synthsyms. Free synthsyms and clear {sym,dynsym,synth}count
13 before returning.
14
15 2004-04-14 Alan Modra <amodra@bigpond.net.au>
16
17 * strings.c (print_strings): Cast file_off to unsigned long in
18 printf arg list.
19
20 2004-04-07 Benjamin Monate <benjamin.monate@cea.fr>
21
22 PR 86
23 * arsup.c (ar_save): Use smart_rename.
24
25 2004-04-01 Dean Luick <luick@cray.com>
26
27 * readelf.c (display_debug_pubnames): Align offset and data
28 columns.
29 (read_and_display_attr_value): Add missing break;
30 (debug_displays): Enable the display of the .debug_pubtypes
31 section.
32
33 2004-03-30 Stan Shebs <shebs@apple.com>
34
35 * mpw-config.in, mpw-make.sed, mac-binutils.r: Remove MPW
36 support files, no longer used.
37
38 2004-03-23 Paul Brook <paul@codesourcery.com>
39
40 * readelf.c (decode_ARM_machine_flags): Add EABI v3.
41
42 2004-03-21 Richard Henderson <rth@redhat.com>
43
44 * readelf.c (display_debug_frames): Don't crash for mismatched
45 DW_CFA_restore_state.
46
47 2004-03-19 Alan Modra <amodra@bigpond.net.au>
48
49 * Makefile.am: Run "make dep-am".
50 * Makefile.in: Regenerate.
51 * aclocal.m4: Regenerate.
52 * config.in: Regenerate.
53 * configure: Regenerate.
54 * po/binutils.pot: Regenerate.
55
56 2004-03-15 Nathan Sidwell <nathan@codesourcery.com>
57
58 * objdump.c (struct SFILE): Replace current pointer with pos
59 offset, rename size to alloc.
60 (objdump_sprintf): Avoid unnecessary copies in the common case
61 (disassemble_bytes): Keep sfile live throughout the
62 function. Adjust usage appropriately.
63
64 2004-03-10 Ben Elliston <bje@gnu.org>
65
66 * MAINTAINERS: Update my mail address.
67
68 2004-03-08 Danny Smith <dannysmith@users.sourceforge.net>
69
70 * deflex.l: Handle "PRIVATE" string.
71 * defparse.y (%token): Add PRIVATE.
72 (%type): Add opt_PRIVATE.
73 (expline): Pass opt_PRIVATE to def_exports.
74 (opt_PRIVATE): Handle PRIVATE token.
75 * dlltool.h (def_exports): Add 7th param for private flag to
76 declaration.
77 * dlltool.c: Add PRIVATE to comment on EXPORTS syntax.
78 (struct export): Add 'private' field.
79 (def_exports): Set 'private' field of struct exports.
80 (scan_drectve_symbols): Adjust calls to def_exports.
81 (scan_filtered_symbols): Likewise.
82 (dump_def_info): Print 'private' field.
83 (gen_def_file): Likewise.
84 (gen_lib_file): Skip generation of lib object if private.
85 Delete tmp object files in same order as they were generated.
86 Don't delete non-existent private object files.
87
88 2004-02-27 Andreas Schwab <schwab@suse.de>
89
90 * ar.c (main): Support POSIX-compatible argument parsing.
91
92 2004-02-23 Daniel Lucq <daniel@lucq.org>
93
94 * readelf.c (process_mips_specific): Print conflictsno as an
95 unsigned long.
96
97 2004-02-21 Dmitry Timoshkov <dmitry@baikal.ru>
98
99 * dlltool.c (gen_exp_file): Always output names for forwarded symbols.
100
101 2004-02-19 Jakub Jelinek <jakub@redhat.com>
102
103 * objcopy.c (copy_section): Avoid warnings.
104
105 2004-02-14 Andrew Cagney <cagney@redhat.com>
106
107 * ar.c (remove_output): Use bfd_cache_close.
108 * arsup.c (ar_end): Ditto.
109
110 2004-01-21 Roland McGrath <roland@redhat.com>
111
112 * readelf.c (get_note_type): Match NT_AUXV.
113
114 2004-01-20 Nick Clifton <nickc@redhat.com>
115
116 * version.c (print_version): Update copyright year to 2004.
117
118 2004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
119
120 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
121 throughout.
122 * aclocal.m4: Regenerate.
123 * configure: Regenerate.
124
125 2004-01-12 Jakub Jelinek <jakub@redhat.com>
126
127 * objcopy.c: Include elf-bfd.h.
128 (is_strip_section): Don't strip debugging sections if
129 STRIP_NONDEBUG.
130 (setup_section): If STRIP_NONDEBUG make SEC_ALLOC sections
131 ~(SEC_LOAD | SEC_HAS_CONTENTS) and on ELF targets also SHT_NOBITS.
132
133 * objcopy.c (copy_section): Free relpp if relcount == 0.
134
135 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
136
137 * stabs.c (parse_stab_argtypes): Handle g++ ABI version 3 names.
138 (stab_demangle_argtypes): Likewise.
139 (stab_demangle_v3_argtypes): New static function.
140 (stab_demangle_v3_arg): New static function.
141
142 2004-01-12 Nick Clifton <nickc@redhat.com>
143
144 * objcopy.c (copy_object): Make the function boolean, returning
145 FALSE upon failure.
146 (copy_archive): Handle the return value from copy_object.
147 (copy_file): Likewise.
148
149 2004-01-07 Nick Clifton <nickc@redhat.com>
150
151 * readelf.c (find_section): New function. Locates a named
152 section.
153 (get_debug_line_pointer_sizes): New function: Initialises the
154 debug_line_pointer_sizes array.
155 (display_debug_lines): Call get_debug_line_pointer_sizes.
156 (display_debug_loc): Likewise.
157 (load_debug_loc): Use find_section.
158 (load_debug_str): Likewise.
159 (display_debug_info): Likewise.
160 (prescan_debug_info): Delete.
161 (debug_displays): Remove prescan field.
162 (process_section_contents): Do not perform prescans.
163
164 2004-01-03 Alan Modra <amodra@bigpond.net.au>
165
166 * objcopy.c (filter_bytes): Delete. Move code to..
167 (copy_section): ..here. Simplify size adjustment. Divide
168 section lma by interleave.
169
170 2004-01-02 Nick Clifton <nickc@redhat.com>
171
172 * po/ru.po: New file: Russian translation.
173 * configure.in (ALL_LINGUAS): Add ru
174 * configure: Regenerate.
175
176 For older changes see ChangeLog-0203
177 \f
178 Local Variables:
179 mode: change-log
180 left-margin: 8
181 fill-column: 74
182 version-control: never
183 End:
This page took 0.034038 seconds and 5 git commands to generate.