OpenCores
URL https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [binutils/] [ChangeLog] - Blame information for rev 173

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 166 khays
2012-02-29  Jeff Law  
2 163 khays
 
3 166 khays
        * doc/binutils.texi (c++filt): Fix typos.
4 163 khays
 
5 166 khays
2012-02-24  Kai Tietz  
6 163 khays
 
7 166 khays
        PR binutils/13710
8
        * defparse.y (keyword_as_name): Disable LIBRARY
9
        keyword.
10
        * doc/binutils.texi: Document LIBRARY exception.
11 163 khays
 
12 166 khays
2012-02-21  Kai Tietz
13 163 khays
 
14 166 khays
        PR binutils/13682
15
        * NEWS: Mention new feature.
16
        * dlltool.c (i386_x64_dljtab): New stub-code for x64
17
        delayed-load feature.
18
        (i386_x64_trampoline): New trampoline-code for x64
19
        delayed-load feature.
20
        (make_one_lib_file): Add support for x64 delayed-load
21
        feature.
22
        (make_delay_head): Likewis
23 163 khays
 
24 166 khays
2012-02-20  Namhyung Kim  
25 163 khays
 
26 166 khays
        * objdump.c (slurp_file): Close file if fstat fails.
27 163 khays
 
28 166 khays
2012-02-14  Cary Coutant  
29 163 khays
 
30 166 khays
        * dwarf.c (dwarf_vmatoa64): New function.
31
        (read_and_display_attr_value): Print 8-byte forms as single hex
32
        numbers.
33
        (process_debug_info): Print type signatures as single hex numbers.
34
        * elfcomm.c (byte_get_64): New function.
35
        * elfcomm.h (byte_get_64): New function.
36 163 khays
 
37 166 khays
2012-02-11  Kai Tietz  
38 163 khays
 
39 166 khays
        PR binutils/13657
40
        * defparse.y (%union): New type id_const.
41
        (opt_name2): New rule.
42
        (keyword_as_name): New rule.
43
        (opt_name): Adjust rule.
44
        (opt_import_name): Likewise.
45
        (opt_equal_name): Likewise.
46 163 khays
 
47 166 khays
2012-02-11  Kai Tietz  
48 163 khays
 
49 166 khays
        PR binutils/13297
50
        * resrc.c (write_rc_dialog_control): Omit text dump for
51
        EDITTEXT, COMBOBOX, LISTBOX, and SCROLLBAR.
52 163 khays
 
53 166 khays
2012-02-09  Alan Modra  
54 163 khays
 
55 166 khays
        * sysdep.h: Include sys/stat.h here.
56
        * ar.c: Don't include headers already included by sysdep.h.
57
        * bucomm.c: Likewise.
58
        * budbg.h: Likewise.
59
        * dlltool.h: Likewise.
60
        * elfedit.c: Likewise.
61
        * nlmconv.c: Likewise.
62
        * objcopy.c: Likewise.
63
        * objdump.c: Likewise.
64
        * objdump.h: Likewise.
65
        * readelf.c: Likewise.
66
        * rename.c: Likewise.
67
        * resrc.c: Likewise.
68
        * strings.c: Likewise.
69 15 khays
        * windres.c: Likewise.
70 166 khays
        * od-macho.c: Ensure #include sysdep.h is first.
71
        * od-xcoff.c: Likewise.
72
        * dllwrap.c: Remove alloca pragma handled by sysdep.h, and
73
        remove duplicate headers.
74
        * dlltool.c: Likewise and ensure #include sysdep.h is first.
75 15 khays
 
76 166 khays
2012-02-01  Nick Clifton  
77 15 khays
 
78 166 khays
        PR binutils/13493
79
        * ar.c (ranlib_main): Process --plugin option.
80
        * doc/binutils.texi: Document --plugin support for ranlib.
81 15 khays
 
82 166 khays
2012-02-01  Nick Clifton  
83 15 khays
 
84 166 khays
        PR binutils/13482
85
        * readelf.c (process_corefile_note_segment): Fix off-by-one errors
86
        verifying the contents of a note.
87 15 khays
 
88 166 khays
2012-01-26  Nick Clifton  
89 15 khays
 
90 166 khays
        PR binutils/13622
91
        * readelf.c (process_section_groups): If there are no section
92
        headers do not scan for section groups.
93
        (process_note_sections): Likewise for note sections.
94 15 khays
 
95 166 khays
2012-01-20  Tristan Gingold  
96 15 khays
 
97 166 khays
        * od-macho.c (OPT_SEG_SPLIT_INFO): New macro.
98
        (options): Add an entry for seg_split_info.
99
        (mach_o_help): Document it.
100
        (dump_segment_split_info): New function.
101
        (dump_load_command): Handle seg_split_info.
102 15 khays
 
103 166 khays
2012-01-19  Tristan Gingold  
104 15 khays
 
105 166 khays
        * dwarf.c (process_extended_line_op): Add a cast to silent a
106
        warning.
107 15 khays
 
108 166 khays
2012-01-19  Tristan Gingold  
109 15 khays
 
110 166 khays
        * dwarf.c (process_extended_line_op): Reindent define_file output.
111
        Detect define_file opcode length mismatch.
112
        (display_debug_lines_decoded): Add an entry in file_table for each
113
        define_file opcode.
114
        Ignore DW_LNE_set_discriminator and DW_LNE_HP_set_sequence.
115
        Display extended opcode for unhandle opcode.
116 15 khays
 
117 166 khays
2012-01-17  Alan Modra  
118 15 khays
 
119 166 khays
        * version.c (print_version): Update copyright message year.
120 15 khays
 
121 166 khays
2012-01-16  Alan Modra  
122 15 khays
 
123 166 khays
        PR binutils/13593
124
        * nm.c (OPTION_SIZE_SORT): Define.
125
        (long_options): Don't set no_sort, sort_numerically or
126
        sort_by_size directly.
127
        (main): Instead set the flags here, making them mutually exclusive.
128 15 khays
 
129 166 khays
2012-01-10  Tristan Gingold  
130 15 khays
 
131 166 khays
        * objdump.c (display_object_bfd): Renamed from ...
132
        (display_bfd): ... this.
133
        (display_any_bfd): New function.
134
        (display_file): Split.  Handle nested archives.
135 15 khays
 
136 166 khays
2012-01-09  Roland McGrath  
137 15 khays
 
138 166 khays
        * configure.in: Use AM_ZLIB.
139
        * configure: Regenerated.
140 15 khays
 
141 166 khays
2012-01-06  Nick Clifton  
142 15 khays
 
143 166 khays
        * po/ru.po: Updated Russian translation.
144 15 khays
 
145 166 khays
2012-01-04  Tristan Gingold  
146 15 khays
 
147 166 khays
        * od-macho.c (dump_load_command): Handle fvmlib.
148 15 khays
 
149 166 khays
2012-01-04  Tristan Gingold  
150 15 khays
 
151 166 khays
        * od-macho.c: Update copyright year.
152
        (dump_load_command): Handle BFD_MACH_O_LC_ENCRYPTION_INFO.
153 15 khays
 
154 166 khays
For older changes see ChangeLog-2011
155 15 khays
 
156
Local Variables:
157
mode: change-log
158
left-margin: 8
159
fill-column: 74
160
version-control: never
161
End:

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.