]>
Commit | Line | Data |
---|---|---|
6f104306 NS |
1 | 2004-03-15 Nathan Sidwell <[email protected]> |
2 | ||
3 | * objdump.c (struct SFILE): Replace current pointer with pos | |
4 | offset, rename size to alloc. | |
5 | (objdump_sprintf): Avoid unnecessary copies in the common case | |
6 | (disassemble_bytes): Keep sfile live throughout the | |
7 | function. Adjust usage appropriately. | |
8 | ||
523f6a27 BE |
9 | 2004-03-10 Ben Elliston <[email protected]> |
10 | ||
11 | * MAINTAINERS: Update my mail address. | |
12 | ||
7aa52b1f NC |
13 | 2004-03-08 Danny Smith <[email protected]> |
14 | ||
15 | * deflex.l: Handle "PRIVATE" string. | |
16 | * defparse.y (%token): Add PRIVATE. | |
17 | (%type): Add opt_PRIVATE. | |
18 | (expline): Pass opt_PRIVATE to def_exports. | |
19 | (opt_PRIVATE): Handle PRIVATE token. | |
20 | * dlltool.h (def_exports): Add 7th param for private flag to | |
21 | declaration. | |
22 | * dlltool.c: Add PRIVATE to comment on EXPORTS syntax. | |
23 | (struct export): Add 'private' field. | |
24 | (def_exports): Set 'private' field of struct exports. | |
25 | (scan_drectve_symbols): Adjust calls to def_exports. | |
26 | (scan_filtered_symbols): Likewise. | |
27 | (dump_def_info): Print 'private' field. | |
28 | (gen_def_file): Likewise. | |
29 | (gen_lib_file): Skip generation of lib object if private. | |
30 | Delete tmp object files in same order as they were generated. | |
31 | Don't delete non-existent private object files. | |
32 | ||
af865222 AS |
33 | 2004-02-27 Andreas Schwab <[email protected]> |
34 | ||
35 | * ar.c (main): Support POSIX-compatible argument parsing. | |
36 | ||
c7e7ca54 NC |
37 | 2004-02-23 Daniel Lucq <[email protected]> |
38 | ||
39 | * readelf.c (process_mips_specific): Print conflictsno as an | |
40 | unsigned long. | |
41 | ||
eff21b8e CF |
42 | 2004-02-21 Dmitry Timoshkov <[email protected]> |
43 | ||
44 | * dlltool.c (gen_exp_file): Always output names for forwarded symbols. | |
45 | ||
2f01ffbf JJ |
46 | 2004-02-19 Jakub Jelinek <[email protected]> |
47 | ||
48 | * objcopy.c (copy_section): Avoid warnings. | |
49 | ||
c92c35e7 AC |
50 | 2004-02-14 Andrew Cagney <[email protected]> |
51 | ||
52 | * ar.c (remove_output): Use bfd_cache_close. | |
53 | * arsup.c (ar_end): Ditto. | |
54 | ||
9d241085 RM |
55 | 2004-01-21 Roland McGrath <[email protected]> |
56 | ||
57 | * readelf.c (get_note_type): Match NT_AUXV. | |
58 | ||
d99e9f4d NC |
59 | 2004-01-20 Nick Clifton <[email protected]> |
60 | ||
61 | * version.c (print_version): Update copyright year to 2004. | |
62 | ||
f8b73030 MR |
63 | 2004-01-14 Maciej W. Rozycki <[email protected]> |
64 | ||
65 | * acinclude.m4: Quote names of macros to be defined by AC_DEFUN | |
66 | throughout. | |
67 | * aclocal.m4: Regenerate. | |
68 | * configure: Regenerate. | |
69 | ||
f0312d39 JJ |
70 | 2004-01-12 Jakub Jelinek <[email protected]> |
71 | ||
72 | * objcopy.c: Include elf-bfd.h. | |
73 | (is_strip_section): Don't strip debugging sections if | |
74 | STRIP_NONDEBUG. | |
75 | (setup_section): If STRIP_NONDEBUG make SEC_ALLOC sections | |
76 | ~(SEC_LOAD | SEC_HAS_CONTENTS) and on ELF targets also SHT_NOBITS. | |
77 | ||
78 | * objcopy.c (copy_section): Free relpp if relcount == 0. | |
79 | ||
041821e6 ILT |
80 | 2004-01-12 Ian Lance Taylor <[email protected]> |
81 | ||
82 | * stabs.c (parse_stab_argtypes): Handle g++ ABI version 3 names. | |
83 | (stab_demangle_argtypes): Likewise. | |
84 | (stab_demangle_v3_argtypes): New static function. | |
85 | (stab_demangle_v3_arg): New static function. | |
86 | ||
950d48e7 NC |
87 | 2004-01-12 Nick Clifton <[email protected]> |
88 | ||
89 | * objcopy.c (copy_object): Make the function boolean, returning | |
90 | FALSE upon failure. | |
91 | (copy_archive): Handle the return value from copy_object. | |
92 | (copy_file): Likewise. | |
93 | ||
d9296b18 NC |
94 | 2004-01-07 Nick Clifton <[email protected]> |
95 | ||
96 | * readelf.c (find_section): New function. Locates a named | |
97 | section. | |
98 | (get_debug_line_pointer_sizes): New function: Initialises the | |
99 | debug_line_pointer_sizes array. | |
100 | (display_debug_lines): Call get_debug_line_pointer_sizes. | |
101 | (display_debug_loc): Likewise. | |
102 | (load_debug_loc): Use find_section. | |
103 | (load_debug_str): Likewise. | |
104 | (display_debug_info): Likewise. | |
105 | (prescan_debug_info): Delete. | |
106 | (debug_displays): Remove prescan field. | |
107 | (process_section_contents): Do not perform prescans. | |
108 | ||
5e675b72 AM |
109 | 2004-01-03 Alan Modra <[email protected]> |
110 | ||
111 | * objcopy.c (filter_bytes): Delete. Move code to.. | |
112 | (copy_section): ..here. Simplify size adjustment. Divide | |
113 | section lma by interleave. | |
114 | ||
f0660b73 NC |
115 | 2004-01-02 Nick Clifton <[email protected]> |
116 | ||
117 | * po/ru.po: New file: Russian translation. | |
118 | * configure.in (ALL_LINGUAS): Add ru | |
119 | * configure: Regenerate. | |
eb18fd22 | 120 | |
c9e214e5 | 121 | For older changes see ChangeLog-0203 |
252b5132 RH |
122 | \f |
123 | Local Variables: | |
124 | mode: change-log | |
125 | left-margin: 8 | |
126 | fill-column: 74 | |
127 | version-control: never | |
128 | End: |