1 |
38 |
julius |
2008-04-16 David S. Miller
|
2 |
|
|
|
3 |
|
|
* elf/sparc.h (R_SPARC_GOTDATA_HIX22,
|
4 |
|
|
R_SPARC_GOTDATA_LOX10, R_SPARC_GOTDATA_OP_HIX22,
|
5 |
|
|
R_SPARC_GOTDATA_OP_LOX10, R_SPARC_GOTDATA_OP,
|
6 |
|
|
R_SPARC_H34, R_SPARC_SIZE32, R_SPARC_SIZE64): New relocs.
|
7 |
|
|
|
8 |
|
|
2008-03-24 Ian Lance Taylor
|
9 |
|
|
|
10 |
|
|
* common.h (NT_GNU_GOLD_VERSION): Define.
|
11 |
|
|
|
12 |
|
|
2008-03-13 Alan Modra
|
13 |
|
|
|
14 |
|
|
* internal.h (Elf_Internal_Shdr): Change sh_link and sh_info from
|
15 |
|
|
unsigned long to unsigned int. Change sh_addralign to bfd_vma.
|
16 |
|
|
Order struct as for external version.
|
17 |
|
|
|
18 |
|
|
2008-03-12 Alan Modra
|
19 |
|
|
|
20 |
|
|
PR 5900
|
21 |
|
|
* common.h (SHN_BAD): Delete.
|
22 |
|
|
(SHN_LORESERVE .. SHN_HIRESERVE): Move to..
|
23 |
|
|
* external.h: ..here.
|
24 |
|
|
* internal.h (SHN_LORESERVE, SHN_HIRESERVE): Define.
|
25 |
|
|
(SHN_LOPROC, SHN_HIPROC, SHN_LOOS, SHN_HIOS): Define.
|
26 |
|
|
(SHN_ABS, SHN_COMMON, SHN_XINDEX, SHN_BAD): Define.
|
27 |
|
|
|
28 |
|
|
2008-03-12 Alan Modra
|
29 |
|
|
|
30 |
|
|
* cr16c.h (SHN_CR16C_FCOMMON): Define using SHN_LORESERVE.
|
31 |
|
|
(SHN_CR16C_NCOMMON): Likewise.
|
32 |
|
|
* hppa.h (SHN_PARISC_ANSI_COMMON): Likewise.
|
33 |
|
|
(SHN_PARISC_HUGE_COMMON): Likewise.
|
34 |
|
|
* ia64.h (SHN_IA_64_ANSI_COMMON): Likewise.
|
35 |
|
|
(SHN_IA_64_VMS_SYMVEC): Define using SHN_LOOS.
|
36 |
|
|
* m32r.h (SHN_M32R_SCOMMON): Define using SHN_LORESERVE.
|
37 |
|
|
* mips.h (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT): Likewise.
|
38 |
|
|
(SHN_MIPS_DATA, SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
|
39 |
|
|
* score.h (SHN_SCORE_TEXT, SHN_SCORE_DATA): Likewise.
|
40 |
|
|
(SHN_SCORE_SCOMMON): Likewise.
|
41 |
|
|
* sparc.h (SHN_BEFORE, SHN_AFTER): Likewise.
|
42 |
|
|
* v850.h (SHN_V850_SCOMMON, SHN_V850_TCOMMON): Likewise.
|
43 |
|
|
(SHN_V850_ZCOMMON): Likewise.
|
44 |
|
|
* x86-64.h (SHN_X86_64_LCOMMON): Likewise.
|
45 |
|
|
|
46 |
|
|
2008-03-03 Pallavi Tambay
|
47 |
|
|
|
48 |
|
|
* dwarf2.h: (enum dwarf_location_atom): Add new DW_OP:
|
49 |
|
|
DW_OP_PGI_omp_thread_num.
|
50 |
|
|
|
51 |
|
|
2008-02-04 Adam Nemet
|
52 |
|
|
|
53 |
|
|
* mips.h: Update copyright.
|
54 |
|
|
(E_MIPS_MACH_OCTEON): New macro.
|
55 |
|
|
|
56 |
|
|
2008-01-30 Tristan Gingold
|
57 |
|
|
|
58 |
|
|
Add OpenVMS extensions.
|
59 |
|
|
* ia64.h (SHF_IA_64_VMS_GLOBAL, SHF_IA_64_VMS_OVERLAID)
|
60 |
|
|
(SHF_IA_64_VMS_SHARED, SHF_IA_64_VMS_VECTOR)
|
61 |
|
|
(SHF_IA_64_VMS_ALLOC_64BIT, SHF_IA_64_VMS_PROTECTED)
|
62 |
|
|
(SHT_IA_64_VMS_TRACE, SHT_IA_64_VMS_TIE_SIGNATURES)
|
63 |
|
|
(SHT_IA_64_VMS_DEBUG, SHT_IA_64_VMS_DEBUG_STR)
|
64 |
|
|
(SHT_IA_64_VMS_LINKAGES, SHT_IA_64_VMS_SYMBOL_VECTOR)
|
65 |
|
|
(SHT_IA_64_VMS_FIXUP, DT_IA_64_VMS_SUBTYPE)
|
66 |
|
|
(DT_IA_64_VMS_IMGIOCNT, DT_IA_64_VMS_LNKFLAGS)
|
67 |
|
|
(DT_IA_64_VMS_VIR_MEM_BLK_SIZ, DT_IA_64_VMS_IDENT)
|
68 |
|
|
(DT_IA_64_VMS_NEEDED_IDENT, DT_IA_64_VMS_IMG_RELA_CNT)
|
69 |
|
|
(DT_IA_64_VMS_SEG_RELA_CNT, DT_IA_64_VMS_FIXUP_RELA_CNT)
|
70 |
|
|
(DT_IA_64_VMS_FIXUP_NEEDED, DT_IA_64_VMS_SYMVEC_CNT)
|
71 |
|
|
(DT_IA_64_VMS_XLATED, DT_IA_64_VMS_STACKSIZE)
|
72 |
|
|
(DT_IA_64_VMS_UNWINDSZ, DT_IA_64_VMS_UNWIND_CODSEG)
|
73 |
|
|
(DT_IA_64_VMS_UNWIND_INFOSEG, DT_IA_64_VMS_LINKTIME)
|
74 |
|
|
(DT_IA_64_VMS_SEG_NO, DT_IA_64_VMS_SYMVEC_OFFSET)
|
75 |
|
|
(DT_IA_64_VMS_SYMVEC_SEG, DT_IA_64_VMS_UNWIND_OFFSET)
|
76 |
|
|
(DT_IA_64_VMS_UNWIND_SEG, DT_IA_64_VMS_STRTAB_OFFSET)
|
77 |
|
|
(DT_IA_64_VMS_SYSVER_OFFSET, DT_IA_64_VMS_IMG_RELA_OFF)
|
78 |
|
|
(DT_IA_64_VMS_SEG_RELA_OFF, DT_IA_64_VMS_FIXUP_RELA_OFF)
|
79 |
|
|
(DT_IA_64_VMS_PLTGOT_OFFSET, DT_IA_64_VMS_PLTGOT_SEG)
|
80 |
|
|
(DT_IA_64_VMS_FPMODE, SHN_IA_64_VMS_SYMVEC): Define
|
81 |
|
|
|
82 |
|
|
2008-01-16 Mark Kettenis
|
83 |
|
|
|
84 |
|
|
* common.h (AT_SUN_AUXFLAGS): Define.
|
85 |
|
|
|
86 |
|
|
2007-12-11 Daniel Jacobowitz
|
87 |
|
|
|
88 |
|
|
* dwarf2.h (DW_AT_hi_user): Correct value.
|
89 |
|
|
|
90 |
|
|
2007-12-07 Bob Wilson
|
91 |
|
|
|
92 |
|
|
* xtensa.h (R_XTENSA_32_PCREL): New.
|
93 |
|
|
|
94 |
|
|
2007-11-29 Mark Shinwell
|
95 |
|
|
|
96 |
|
|
* mips.h (E_MIPS_MACH_LS2E): New.
|
97 |
|
|
(E_MIPS_MACH_LS2F): New.
|
98 |
|
|
|
99 |
|
|
2007-11-28 Nathan Sidwell
|
100 |
|
|
|
101 |
|
|
* internal.h (ELF_IS_SECTION_IN_SEGMENT): Adjust to cope with
|
102 |
|
|
segments at the end of memory.
|
103 |
|
|
|
104 |
|
|
2007-11-17 Thiemo Seufer
|
105 |
|
|
|
106 |
|
|
* mips.h (Tag_GNU_MIPS_ABI_FP): Mention -mips32r2 -mfp64 variant
|
107 |
|
|
in comment.
|
108 |
|
|
|
109 |
|
|
2007-11-16 Nick Clifton
|
110 |
|
|
|
111 |
|
|
* dwarf2.h: Mention the location of the DWARF3 spec on the web.
|
112 |
|
|
(DW_AT_stride_size): Rename to DW_AT_bit_stride.
|
113 |
|
|
(DW_AT_stride): Rename to DW_AT_byte_stride.
|
114 |
|
|
|
115 |
|
|
2007-11-08 Nathan Sidwell
|
116 |
|
|
|
117 |
|
|
* vxworks.h: New.
|
118 |
|
|
|
119 |
|
|
2007-10-30 Nick Clifton
|
120 |
|
|
|
121 |
|
|
* mn10300.h (R_MN10300_ALIGN): Define.
|
122 |
|
|
|
123 |
|
|
2007-10-25 Daniel Jacobowitz
|
124 |
|
|
|
125 |
|
|
* ppc.h (Tag_GNU_Power_ABI_Vector): New.
|
126 |
|
|
|
127 |
|
|
2007-10-19 Nick Clifton
|
128 |
|
|
|
129 |
|
|
* mn10300.h: Add R_MN10300_SYM_DIFF reloc.
|
130 |
|
|
|
131 |
|
|
2007-10-18 Roland McGrath
|
132 |
|
|
|
133 |
|
|
* common.h (NT_PPC_VMX): New macro.
|
134 |
|
|
|
135 |
|
|
2007-10-01 M R Swami Reddy
|
136 |
|
|
|
137 |
|
|
* cr16.h: Updated with new relocaction macros.
|
138 |
|
|
|
139 |
|
|
2007-09-17 H.J. Lu
|
140 |
|
|
|
141 |
|
|
PR binutils/3281
|
142 |
|
|
PR binutils/5037
|
143 |
|
|
* internal.h (elf_segment_map): Add p_size and p_size_valid.
|
144 |
|
|
(ELF_IS_SECTION_IN_SEGMENT): Allow SHF_TLS sections in
|
145 |
|
|
PT_GNU_RELRO segments.
|
146 |
|
|
|
147 |
|
|
2007-09-11 Nathan Sidwell
|
148 |
|
|
|
149 |
|
|
* m68k.h (EF_M68K_CF_ISA_C_NODIV): New.
|
150 |
|
|
|
151 |
|
|
2007-08-25 Ulrich Weigand
|
152 |
|
|
|
153 |
|
|
* common.h (NT_SPU): Define.
|
154 |
|
|
|
155 |
|
|
2007-08-16 H.J. Lu
|
156 |
|
|
|
157 |
|
|
* common.h: Revert last change.
|
158 |
|
|
|
159 |
|
|
2007-08-16 H.J. Lu
|
160 |
|
|
|
161 |
|
|
* common.h (PT_GNU_STACK): Renamed to ...
|
162 |
|
|
(PT_GNU_ATTR): This.
|
163 |
|
|
(PT_GNU_STACK): New. Make an alias of PT_GNU_ATTR.
|
164 |
|
|
|
165 |
|
|
2007-07-09 Roland McGrath
|
166 |
|
|
|
167 |
|
|
* common.h (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
|
168 |
|
|
|
169 |
|
|
2007-06-29 Joseph Myers
|
170 |
|
|
|
171 |
|
|
* ppc.h (Tag_GNU_Power_ABI_FP): Define.
|
172 |
|
|
|
173 |
|
|
2007-06-29 Joseph Myers
|
174 |
|
|
|
175 |
|
|
* mips.h (Tag_GNU_MIPS_ABI_FP): Define.
|
176 |
|
|
|
177 |
|
|
2007-06-29 Joseph Myers
|
178 |
|
|
|
179 |
|
|
* arm.h (elf32_arm_add_eabi_attr_int,
|
180 |
|
|
elf32_arm_add_eabi_attr_string, elf32_arm_add_eabi_attr_compat,
|
181 |
|
|
elf32_arm_get_eabi_attr_int, elf32_arm_set_eabi_attr_contents,
|
182 |
|
|
elf32_arm_eabi_attr_size, Tag_NULL, Tag_File, Tag_Section,
|
183 |
|
|
Tag_Symbol, Tag_compatibility): Remove.
|
184 |
|
|
* common.h (SHT_GNU_ATTRIBUTES): Define.
|
185 |
|
|
|
186 |
|
|
2007-06-29 M R Swami Reddy
|
187 |
|
|
|
188 |
|
|
* common.h (EM_CR16): New entry for CR16 cpu.
|
189 |
|
|
* cr16.h: New file.
|
190 |
|
|
|
191 |
|
|
2007-06-11 Sterling Augustine
|
192 |
|
|
Bob Wilson
|
193 |
|
|
|
194 |
|
|
* xtensa.h (XTENSA_PROP_INSN_NO_TRANSFORM): Renamed to...
|
195 |
|
|
(XTENSA_PROP_NO_TRANSFORM): ...this.
|
196 |
|
|
|
197 |
|
|
2007-05-18 Caroline Tice
|
198 |
|
|
|
199 |
|
|
* dwarf2.h: (enum dwarf_location_atom): Add new DW_OP,
|
200 |
|
|
DW_OP_GNU_uninit.
|
201 |
|
|
|
202 |
|
|
2007-05-12 Alan Modra
|
203 |
|
|
|
204 |
|
|
* spu.h (R_SPU_ADDR16X): Define.
|
205 |
|
|
(R_SPU_PPU32, R_SPU_PPU64): Renumber.
|
206 |
|
|
|
207 |
|
|
2007-05-11 Alan Modra
|
208 |
|
|
|
209 |
|
|
* spu.h (R_SPU_PPU32, R_SPU_PPU64): Define.
|
210 |
|
|
|
211 |
|
|
2007-05-02 Alan Modra
|
212 |
|
|
|
213 |
|
|
* internal.h (ELF_IS_SECTION_IN_SEGMENT): Check both file offset
|
214 |
|
|
and vma for appropriate sections.
|
215 |
|
|
|
216 |
|
|
2007-04-26 Jan Beulich
|
217 |
|
|
|
218 |
|
|
* common.h (DT_ENCODING): Correct value (back to spec mandated
|
219 |
|
|
value).
|
220 |
|
|
|
221 |
|
|
2007-03-08 Alan Modra
|
222 |
|
|
|
223 |
|
|
* v850.h (V850_OTHER_TDA_BYTE): Delete.
|
224 |
|
|
(V850_OTHER_SDA, V850_OTHER_ZDA, V850_OTHER_TDA): Assign bits
|
225 |
|
|
that don't clash with visibility bits.
|
226 |
|
|
|
227 |
|
|
2007-03-07 Alan Modra
|
228 |
|
|
|
229 |
|
|
* common.h (ELF_ST_VISIBILITY): Comment typo fix.
|
230 |
|
|
|
231 |
|
|
2007-02-05 Dave Brolley
|
232 |
|
|
Richard Sandiford
|
233 |
|
|
Richard Henderson
|
234 |
|
|
DJ Delorie
|
235 |
|
|
Ben Elliston
|
236 |
|
|
|
237 |
|
|
* mep.h: New file.
|
238 |
|
|
* common.h (EM_CYGNUS_MEP): Define.
|
239 |
|
|
|
240 |
|
|
2007-02-15 Dave Brolley
|
241 |
|
|
|
242 |
|
|
From Graydon Hoare :
|
243 |
|
|
* common.h (STT_RELC, STT_SRELC, R_RELC): New macros.
|
244 |
|
|
|
245 |
|
|
2007-01-08 Kazu Hirata
|
246 |
|
|
|
247 |
|
|
* m68k.h (EF_M68K_FIDO): New.
|
248 |
|
|
(EF_M68K_ARCH_MASK): OR EF_M68K_FIDO.
|
249 |
|
|
(EF_M68K_CPU32_FIDO_A, EF_M68K_CPU32_MASK): Remove.
|
250 |
|
|
|
251 |
|
|
2006-12-25 Kazu Hirata
|
252 |
|
|
|
253 |
|
|
* m68k.h (EF_M68K_CPU32_FIDO_A, EF_M68K_CPU32_MASK): New.
|
254 |
|
|
|
255 |
|
|
2006-12-19 Kazu Hirata
|
256 |
|
|
|
257 |
|
|
* m68k.h (EF_M68K_ARCH_MASK): New.
|
258 |
|
|
|
259 |
|
|
2006-12-19 Nathan Sidwell
|
260 |
|
|
|
261 |
|
|
* internal.h (struct elf_segment_map): Add p_vaddr_offset field.
|
262 |
|
|
|
263 |
|
|
2006-12-07 Kazu Hirata
|
264 |
|
|
|
265 |
|
|
* m68k.h (EF_M68K_ISA_MASK, EF_M68K_ISA_A_NODIV,
|
266 |
|
|
EF_M68K_ISA_A, EF_M68K_ISA_A_PLUS, EF_M68K_ISA_B_NOUSP,
|
267 |
|
|
EF_M68K_ISA_B, EF_M68K_ISA_C, EF_M68K_MAC_MASK, EF_M68K_MAC,
|
268 |
|
|
EF_M68K_EMAC, EF_M68K_EMAC_B, EF_M68K_FLOAT): Rename to
|
269 |
|
|
EF_M68K_CF_ISA_MASK, EF_M68K_CF_ISA_A_NODIV, EF_M68K_CF_ISA_A,
|
270 |
|
|
EF_M68K_CF_ISA_A_PLUS, EF_M68K_CF_ISA_B_NOUSP,
|
271 |
|
|
EF_M68K_CF_ISA_B, EF_M68K_CF_ISA_C, EF_M68K_CF_MAC_MASK,
|
272 |
|
|
EF_M68K_CF_MAC, EF_M68K_CF_EMAC, EF_M68K_CF_EMAC_B,
|
273 |
|
|
EF_M68K_CF_FLOAT, respectively.
|
274 |
|
|
|
275 |
|
|
2006-12-05 Michael Tautschnig
|
276 |
|
|
Nick Clifton
|
277 |
|
|
|
278 |
|
|
* external.h (struct Elf_External_Versym): Use ATTRIBUTE_PACKED.
|
279 |
|
|
|
280 |
|
|
2006-10-28 Richard Sandiford
|
281 |
|
|
|
282 |
|
|
* mips.h (R_MIPS_GLOB_DAT): Define
|
283 |
|
|
(R_MIPS_max): Bump by 1.
|
284 |
|
|
|
285 |
|
|
2006-10-25 Trevor Smigiel
|
286 |
|
|
Yukishige Shibata
|
287 |
|
|
Nobuhisa Fujinami
|
288 |
|
|
Takeaki Fukuoka
|
289 |
|
|
Alan Modra
|
290 |
|
|
|
291 |
|
|
* common.h (EM_SPU): Define.
|
292 |
|
|
* spu.h: New file.
|
293 |
|
|
|
294 |
|
|
2006-10-19 Mei Ligang
|
295 |
|
|
|
296 |
|
|
* score.h (EF_SCORE_PIC): Redefine EF_SCORE_PIC as 0x80000000.
|
297 |
|
|
(EF_SCORE_FIXDEP): Redefine EF_SCORE_FIXDEP as 0x40000000.
|
298 |
|
|
(EF_SCORE_HASENTRY): Delete.
|
299 |
|
|
|
300 |
|
|
2006-10-17 Mark Shinwell
|
301 |
|
|
|
302 |
|
|
* arm.h: Define TAG_CPU_ARCH_* constants.
|
303 |
|
|
|
304 |
|
|
2006-09-17 Mei Ligang
|
305 |
|
|
|
306 |
|
|
* score.h: New file.
|
307 |
|
|
* common.h: Add Score machine number.
|
308 |
|
|
|
309 |
|
|
2006-07-10 Jakub Jelinek
|
310 |
|
|
|
311 |
|
|
* common.h (SHT_GNU_HASH, DT_GNU_HASH): Define.
|
312 |
|
|
|
313 |
|
|
2006-05-31 H.J. Lu
|
314 |
|
|
|
315 |
|
|
* internal.h (ELF_SECTION_SIZE): New.
|
316 |
|
|
(ELF_IS_SECTION_IN_SEGMENT): Likewise.
|
317 |
|
|
(ELF_IS_SECTION_IN_SEGMENT_FILE): Updated.
|
318 |
|
|
(ELF_IS_SECTION_IN_SEGMENT_MEMORY): Likewise.
|
319 |
|
|
|
320 |
|
|
2006-05-27 H.J. Lu
|
321 |
|
|
|
322 |
|
|
* internal.h (struct elf_segment_map): Add p_align and p_align_valid.
|
323 |
|
|
|
324 |
|
|
2006-05-24 Carlos O'Donell
|
325 |
|
|
Randolph Chung
|
326 |
|
|
* hppa.h (R_PARISC_TLS_GD21L, R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL,
|
327 |
|
|
R_PARISC_TLS_LDM21L, R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL,
|
328 |
|
|
R_PARISC_TLS_LDO21L, R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32,
|
329 |
|
|
R_PARISC_TLS_DTPMOD64, R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64):
|
330 |
|
|
New TLS relocs.
|
331 |
|
|
(R_PARISC_TLS_LE21L, R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L,
|
332 |
|
|
R_PARISC_TLS_IE14R, R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64):
|
333 |
|
|
Define TLS relocs using existing equivalents.
|
334 |
|
|
|
335 |
|
|
2006-05-24 Bjoern Haase
|
336 |
|
|
|
337 |
|
|
* avr.h: Add E_AVR_MACH_AVR6, R_AVR_LO8_LDI_GS and R_AVR_HI8_LDI_GS.
|
338 |
|
|
|
339 |
|
|
2006-03-25 Bernd Schmidt
|
340 |
|
|
|
341 |
|
|
* bfin.h (R_BFIN_GOT17M4, R_BFIN_GOTHI, R_BFIN_GOTLO,
|
342 |
|
|
R_BFIN_FUNCDESC, R_BFIN_FUNCDESC_GOT17M4, R_BFIN_FUNCDESC_GOTHI,
|
343 |
|
|
R_BFIN_FUNCDESC_GOTLO, R_BFIN_FUNCDESC_VALUE,
|
344 |
|
|
R_BFIN_FUNCDESC_GOTOFF17M4, R_BFIN_FUNCDESC_GOTOFFHI,
|
345 |
|
|
R_BFIN_FUNCDESC_GOTOFFLO, R_BFIN_GOTOFF17M4, R_BFIN_GOTOFFHI,
|
346 |
|
|
R_BFIN_GOTOFFLO): New relocs.
|
347 |
|
|
(EF_BFIN_PIC, EF_BFIN_FDPIC, EF_BFIN_PIC_FLAGS): New macros.
|
348 |
|
|
|
349 |
|
|
2006-03-23 Michael Matz
|
350 |
|
|
|
351 |
|
|
* x86-64.h: Add the new relocations with their official
|
352 |
|
|
numbers.
|
353 |
|
|
|
354 |
|
|
2006-03-22 Richard Sandiford
|
355 |
|
|
Daniel Jacobowitz
|
356 |
|
|
Phil Edwards
|
357 |
|
|
Zack Weinberg
|
358 |
|
|
Mark Mitchell
|
359 |
|
|
Nathan Sidwell
|
360 |
|
|
|
361 |
|
|
* mips.h (R_MIPS_COPY, R_MIPS_JUMP_SLOT): New relocs.
|
362 |
|
|
|
363 |
|
|
2006-03-19 John David Anglin
|
364 |
|
|
|
365 |
|
|
* hppa.h (SHF_HP_TLS, SHF_HP_NEAR_SHARED, SHF_HP_FAR_SHARED,
|
366 |
|
|
SHF_HP_COMDAT, SHF_HP_CONST, SHN_TLS_COMMON, SHN_NS_COMMON,
|
367 |
|
|
SHN_NS_UNDEF, SHN_FS_UNDEF, SHN_HP_EXTERN, SHN_HP_EXTHINT,
|
368 |
|
|
SHN_HP_UNDEF_BIND_IMM, SHT_HP_OVLBITS, SHT_HP_DLKM, SHT_HP_COMDAT,
|
369 |
|
|
SHT_HP_OBJDICT, SHT_HP_ANNOT, STB_HP_ALIAS): Define.
|
370 |
|
|
|
371 |
|
|
2006-03-10 Paul Brook
|
372 |
|
|
|
373 |
|
|
* arm.h (EF_ARM_EABI_VER5): Define.
|
374 |
|
|
|
375 |
|
|
2006-03-06 Nathan Sidwell
|
376 |
|
|
|
377 |
|
|
* m68k.h (EF_M68K_ISA_MASK, EF_M68K_ISA_A,
|
378 |
|
|
EF_M68K_ISA_A_PLUS, EF_M68K_ISA_B, EF_M68K_ISA_C): Adjust.
|
379 |
|
|
(EF_M68K_ISA_A_NODIV, EF_M68K_ISA_B_NOUSP): New.
|
380 |
|
|
(EF_M68K_HW_DIV, EF_M68K_USP): Remove.
|
381 |
|
|
(EF_M68K_MAC, EF_M68K_EMAC, EF_M68K_FLOAT): Adjust.
|
382 |
|
|
(EF_M68K_EMAC_B): New.
|
383 |
|
|
|
384 |
|
|
2006-03-03 Bjoern Haase
|
385 |
|
|
|
386 |
|
|
* avr.h (R_AVR_MS8_LDI,R_AVR_MS8_LDI_NEG): Add.
|
387 |
|
|
(EF_AVR_LINKRELAX_PREPARED): Add.
|
388 |
|
|
|
389 |
|
|
2006-03-02 Ben Elliston
|
390 |
|
|
|
391 |
|
|
Import from the GCC tree:
|
392 |
|
|
2006-03-01 Jakub Jelinek
|
393 |
|
|
|
394 |
|
|
* dwarf2.h (DW_TAG_condition, DW_TAG_shared_type): New constants
|
395 |
|
|
from DWARF 3.
|
396 |
|
|
(DW_AT_description, DW_AT_binary_scale, DW_AT_decimal_scale,
|
397 |
|
|
DW_AT_small, DW_AT_decimal_sign, DW_AT_digit_count,
|
398 |
|
|
DW_AT_picture_string, DW_AT_mutable, DW_AT_threads_scaled,
|
399 |
|
|
DW_AT_explicit, DW_AT_object_pointer, DW_AT_endianity,
|
400 |
|
|
DW_AT_elemental, DW_AT_pure, DW_AT_recursive): New.
|
401 |
|
|
(DW_OP_form_tls_address, DW_OP_call_frame_cfa, DW_OP_bit_piece): New.
|
402 |
|
|
(DW_ATE_packed_decimal, DW_ATE_numeric_string, DW_ATE_edited,
|
403 |
|
|
DW_ATE_signed_fixed, DW_ATE_unsigned_fixed): New.
|
404 |
|
|
(DW_DS_unsigned, DW_DS_leading_overpunch, DW_DS_trailing_overpunch,
|
405 |
|
|
DW_DS_leading_separate, DW_DS_trailing_separate): New.
|
406 |
|
|
(DW_END_default, DW_END_big, DW_END_little): New.
|
407 |
|
|
(DW_END_lo_user, DW_END_hi_user): Define.
|
408 |
|
|
(DW_LNE_lo_user, DW_LNE_hi_user): Define.
|
409 |
|
|
(DW_CFA_val_offset, DW_CFA_val_offset_sf, DW_CFA_val_expression): New.
|
410 |
|
|
(DW_LANG_PLI, DW_LANG_ObjC, DW_LANG_ObjC_plus_plus, DW_LANG_UPC,
|
411 |
|
|
DW_LANG_D): New.
|
412 |
|
|
|
413 |
|
|
2006-02-06 Steve Ellcey
|
414 |
|
|
|
415 |
|
|
* ia64.h (SHF_IA_64_HP_TLS): New.
|
416 |
|
|
|
417 |
|
|
2006-02-24 DJ Delorie
|
418 |
|
|
|
419 |
|
|
* m32c.h: Add relax relocs.
|
420 |
|
|
|
421 |
|
|
2006-02-17 Shrirang Khisti
|
422 |
|
|
Anil Paranjape
|
423 |
|
|
Shilin Shakti
|
424 |
|
|
|
425 |
|
|
* common.h (EM_XC16X): New entry for xc16x cpu.
|
426 |
|
|
Sort other EM_* numbers into numerical order.
|
427 |
|
|
* xc16x.h: New file.
|
428 |
|
|
|
429 |
|
|
2006-02-10 H.J. Lu
|
430 |
|
|
|
431 |
|
|
PR binutils/2258
|
432 |
|
|
* internal.h (ELF_IS_SECTION_IN_SEGMENT_FILE): New.
|
433 |
|
|
(ELF_IS_SECTION_IN_SEGMENT_MEMORY): Likewise.
|
434 |
|
|
|
435 |
|
|
2006-02-07 Nathan Sidwell
|
436 |
|
|
|
437 |
|
|
* m68k.h (EF_CPU32, EF_M68000, EF_CFV4E): Rename to ...
|
438 |
|
|
(EF_M68K_CPU32, EF_M68K_M68000, EF_M68K_CFV4E): ... here.
|
439 |
|
|
(EF_M68K_ISA_MASK, EF_M68K_ISA_A, EF_M68K_M68K_ISA_A_PLUS,
|
440 |
|
|
EF_M68K_ISA_B, EF_M68K_HW_DIV, EF_M68K_MAC_MASK, EF_M68K_MAC,
|
441 |
|
|
EF_M68K_EMAC, EF_M68K_USP, EF_M68K_FLOAT): New.
|
442 |
|
|
|
443 |
|
|
2006-02-06 Steve Ellcey
|
444 |
|
|
|
445 |
|
|
* ia64.h (SHF_IA_64_HP_TLS): New.
|
446 |
|
|
|
447 |
|
|
2006-01-18 Alexandre Oliva
|
448 |
|
|
|
449 |
|
|
Introduce TLS descriptors for i386 and x86_64.
|
450 |
|
|
* common.h (DT_TLSDESC_GOT, DT_TLSDESC_PLT): New.
|
451 |
|
|
* i386.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL, R_386_TLS_DESC):
|
452 |
|
|
New.
|
453 |
|
|
* x86-64.h (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
|
454 |
|
|
R_X86_64_TLSDESC): New.
|
455 |
|
|
|
456 |
|
|
2006-01-09 Mike Frysinger :
|
457 |
|
|
|
458 |
|
|
* common.h (EM_ALTERA_NIOS2, EM_NIOS32) Define.
|
459 |
|
|
|
460 |
|
|
2005-12-16 Nathan Sidwell
|
461 |
|
|
|
462 |
|
|
Second part of ms1 to mt renaming.
|
463 |
|
|
* common.h (EM_MT): Renamed.
|
464 |
|
|
* mt.h: Rename relocs, cpu & other defines.
|
465 |
|
|
|
466 |
|
|
2005-12-12 Nathan Sidwell
|
467 |
|
|
|
468 |
|
|
* mt.h: Renamed from ms1.h
|
469 |
|
|
|
470 |
|
|
2005-12-12 Paul Brook
|
471 |
|
|
|
472 |
|
|
* arm.h (elf32_arm_get_eabi_attr_int): Add prototype.
|
473 |
|
|
|
474 |
|
|
2005-11-11 Nick Clifton
|
475 |
|
|
|
476 |
|
|
PR 1150
|
477 |
|
|
* mips.h (STO_OPTIONAL): Define.
|
478 |
|
|
(ELF_MIPS_IS_OPTIONAL): Define.
|
479 |
|
|
|
480 |
|
|
2005-11-07 Nathan Sidwell
|
481 |
|
|
|
482 |
|
|
Add ms2.
|
483 |
|
|
* ms1.h (EF_MS1_CPU_MS2): New.
|
484 |
|
|
|
485 |
|
|
2005-11-06 John David Anglin
|
486 |
|
|
|
487 |
|
|
* hppa.h (R_PARISC_DIR64WR, R_PARISC_DIR64DR): Remove relocs.
|
488 |
|
|
|
489 |
|
|
2005-09-30 Catherine Moore
|
490 |
|
|
|
491 |
|
|
* bfin.h: New file.
|
492 |
|
|
* common.h (EM_BLACKFIN): Define.
|
493 |
|
|
|
494 |
|
|
2005-10-08 Paul Brook
|
495 |
|
|
|
496 |
|
|
* arm.h: Add prototypes for BFD object attribute routines.
|
497 |
|
|
|
498 |
|
|
2005-09-09 Richard Earnshaw
|
499 |
|
|
|
500 |
|
|
* arm.h (SHT_ARM_PREEMPTMAP, SHT_ARM_ATTRIBUTES): New defines.
|
501 |
|
|
|
502 |
|
|
2005-08-09 John David Anglin
|
503 |
|
|
|
504 |
|
|
* hppa.h (SHT_PARISC_DLKM, SHF_PARISC_WEAKORDER, PT_PARISC_WEAKORDER):
|
505 |
|
|
New defines.
|
506 |
|
|
|
507 |
|
|
2005-08-04 John David Anglin
|
508 |
|
|
|
509 |
|
|
* hppa.h (PF_HP_CODE, PF_HP_MODIFY, PF_HP_LAZYSWAP): Revise defines.
|
510 |
|
|
(PF_HP_CODE_DEPR, PF_HP_MODIFY_DEPR, PF_HP_LAZYSWAP_DEPR): New
|
511 |
|
|
deprecated defines.
|
512 |
|
|
(DT_HP_EPLTREL, DT_HP_EPLTRELSZ, DT_HP_FILTERED, DT_HP_FILTER_TLS,
|
513 |
|
|
DT_HP_COMPAT_FILTERED, DT_HP_LAZYLOAD, DT_HP_BIND_NOW_COUNT, DT_PLT,
|
514 |
|
|
DT_PLT_SIZE, DT_DLT, DT_DLT_SIZE, DT_HP_BIND_DEPTH_FIRST, DT_HP_GST,
|
515 |
|
|
DT_HP_SHLIB_FIXED, DT_HP_MERGE_SHLIB_SEG, DT_HP_NODELETE, DT_HP_GROUP,
|
516 |
|
|
DT_HP_PROTECT_LINKAGE_TABLE, PT_HP_OPT_ANNOT, PT_HP_HSL_ANNOT,
|
517 |
|
|
PT_HP_STACK, PT_HP_CORE_UTSNAME, NT_HP_COMPILER, NT_HP_COPYRIGHT,
|
518 |
|
|
NT_HP_VERSION, NT_HP_SRCFILE_INFO, NT_HP_LINKER, NT_HP_INSTRUMENTED,
|
519 |
|
|
NT_HP_UX_OPTIONS): Define.
|
520 |
|
|
|
521 |
|
|
2005-07-25 DJ Delorie
|
522 |
|
|
|
523 |
|
|
* m32c.h: Add R_M32C_8, R_M32C_LO16, R_M32C_HI8, and R_M32C_HI16.
|
524 |
|
|
|
525 |
|
|
2005-07-25 Jan Hubicka
|
526 |
|
|
|
527 |
|
|
* x86-64.h (SHN_X86_64_LCOMMON): New.
|
528 |
|
|
(SHF_X86_64_LARGE): New.
|
529 |
|
|
|
530 |
|
|
2005-07-20 Kazuhiro Inaoka
|
531 |
|
|
|
532 |
|
|
* m32r.h (R_M32R_REL32): Added.
|
533 |
|
|
|
534 |
|
|
2005-07-18 Ben Elliston
|
535 |
|
|
|
536 |
|
|
* dwarf2.h (enum dwarf_type): Remove DW_AT_GNU_decimal_float.
|
537 |
|
|
Replace with DW_ATE_decimal_float (now in DWARF 3).
|
538 |
|
|
|
539 |
|
|
2005-07-14 Jim Blandy
|
540 |
|
|
|
541 |
|
|
Add support for Renesas M32C and M16C.
|
542 |
|
|
* common.h (EM_M32C): New machine number.
|
543 |
|
|
* m32c.h: New file.
|
544 |
|
|
|
545 |
|
|
2005-06-17 Jakub Jelinek
|
546 |
|
|
|
547 |
|
|
* external.h (GRP_ENTRY_SIZE): Define.
|
548 |
|
|
|
549 |
|
|
2005-06-17 Jan Beulich
|
550 |
|
|
|
551 |
|
|
* x86-64.h (elf_x86_64_reloc_type): Adjust comment for
|
552 |
|
|
R_X86_64_GOTPCREL. Add R_X86_64_PC64, R_X86_64_GOTOFF64, and
|
553 |
|
|
R_X86_64_GOTPC32.
|
554 |
|
|
|
555 |
|
|
2005-06-07 Aldy Hernandez
|
556 |
|
|
Michael Snyder
|
557 |
|
|
Stan Cox
|
558 |
|
|
|
559 |
|
|
* common.h (EM_MS1): Define.
|
560 |
|
|
|
561 |
|
|
* ms1.h: New file.
|
562 |
|
|
|
563 |
|
|
2005-05-31 Richard Henderson
|
564 |
|
|
|
565 |
|
|
* alpha.h (LITUSE_ALPHA_JSRDIRECT): New.
|
566 |
|
|
|
567 |
|
|
2005-05-29 Richard Henderson
|
568 |
|
|
|
569 |
|
|
* alpha.h (DT_ALPHA_PLTRO): New.
|
570 |
|
|
|
571 |
|
|
2005-05-19 Ben Elliston
|
572 |
|
|
|
573 |
|
|
* dwarf2.h (enum dwarf_type): Assign DW_ATE_GNU_decimal_float from
|
574 |
|
|
the user-defined encoding space pending inclusion in the standard.
|
575 |
|
|
|
576 |
|
|
2005-05-18 Zack Weinberg
|
577 |
|
|
|
578 |
|
|
* arm.h: Make all #ifndef OLD_ARM_ABI blocks
|
579 |
|
|
unconditional, delete all #ifdef OLD_ARM_ABI blocks.
|
580 |
|
|
|
581 |
|
|
2005-05-17 Zack Weinberg
|
582 |
|
|
|
583 |
|
|
* arm.h: Import complete list of official relocation names
|
584 |
|
|
and numbers from AAELF. Define FAKE_RELOCs for old names.
|
585 |
|
|
Remove a few old names no longer used anywhere.
|
586 |
|
|
|
587 |
|
|
2005-05-14 Alan Modra
|
588 |
|
|
|
589 |
|
|
* ppc.h (DT_PPC_GOT): Rename from DT_PPC_GLINK.
|
590 |
|
|
|
591 |
|
|
2005-05-11 Alan Modra
|
592 |
|
|
|
593 |
|
|
* ppc.h (R_PPC_RELAX32, R_PPC_RELAX32PC, R_PPC_RELAX32_PLT,
|
594 |
|
|
R_PPC_RELAX32PC_PLT) Adjust.
|
595 |
|
|
(R_PPC_REL16, R_PPC_REL16_LO, R_PPC_REL16_HI, R_PPC_REL16_HA): Define.
|
596 |
|
|
(DT_PPC_GLINK): Define.
|
597 |
|
|
|
598 |
|
|
2005-05-10 Nick Clifton
|
599 |
|
|
|
600 |
|
|
* Update the address and phone number of the FSF organization in
|
601 |
|
|
the GPL notices in the following files:
|
602 |
|
|
alpha.h, arc.h, arm.h, avr.h, common.h, cr16c.h, cris.h, crx.h,
|
603 |
|
|
d10v.h, d30v.h, dlx.h, dwarf.h, dwarf2.h, external.h, fr30.h,
|
604 |
|
|
frv.h, h8.h, hppa.h, i370.h, i386.h, i860.h, i960.h, ia64.h,
|
605 |
|
|
internal.h, ip2k.h, iq2000.h, m32r.h, m68hc11.h, m68k.h, mcore.h,
|
606 |
|
|
mips.h, mmix.h, mn10200.h, mn10300.h, msp430.h, openrisc.h,
|
607 |
|
|
or32.h, pj.h, ppc.h, ppc64.h, reloc-macros.h, s390.h, sh.h,
|
608 |
|
|
sparc.h, v850.h, vax.h, x86-64.h, xstormy16.h, xtensa.h
|
609 |
|
|
|
610 |
|
|
2005-04-13 H.J. Lu
|
611 |
|
|
|
612 |
|
|
Moved from ../ChangeLog
|
613 |
|
|
|
614 |
|
|
2004-10-27 Richard Earnshaw
|
615 |
|
|
* arm.h: Add R_ARM_CALL and R_ARM_JUMP32.
|
616 |
|
|
|
617 |
|
|
2004-10-12 Paul Brook
|
618 |
|
|
* arm.h (EF_ARM_EABI_VER4): Define.
|
619 |
|
|
|
620 |
|
|
2004-10-08 Daniel Jacobowitz
|
621 |
|
|
|
622 |
|
|
* common.h (PT_SUNW_EH_FRAME): Define.
|
623 |
|
|
* x86-64.h (SHT_X86_64_UNWIND): Define.
|
624 |
|
|
|
625 |
|
|
2004-10-07 Bob Wilson
|
626 |
|
|
* xtensa.h (R_XTENSA_DIFF8, R_XTENSA_DIFF16, R_XTENSA_DIFF32,
|
627 |
|
|
R_XTENSA_SLOT*_OP, R_XTENSA_SLOT*_ALT): New relocations.
|
628 |
|
|
(XTENSA_PROP_SEC_NAME): Define.
|
629 |
|
|
(property_table_entry): Add flags field.
|
630 |
|
|
(XTENSA_PROP_*, GET_XTENSA_PROP_*, SET_XTENSA_PROP_*): Define.
|
631 |
|
|
|
632 |
|
|
2004-09-17 Paul Brook
|
633 |
|
|
* arm.h: Remove R_ARM_STKCHK and R_ARM_THM_STKCHK.
|
634 |
|
|
Add R_ARM_TARGET2, R_ARM_PREL31, R_ARM_GOT_ABS, R_ARM_GOT_PREL,
|
635 |
|
|
R_ARM_GOT_BREL12, R_ARM_GOTOFF12 and R_ARM_GOTRELAX.
|
636 |
|
|
|
637 |
|
|
2004-09-13 Paul Brook
|
638 |
|
|
* arm.h: Rename RELABS to TARGET1.
|
639 |
|
|
|
640 |
|
|
2004-05-11 Jakub Jelinek
|
641 |
|
|
* common.h (PT_GNU_EH_FRAME, PT_GNU_STACK): Add comments.
|
642 |
|
|
(PT_GNU_RELRO): Define.
|
643 |
|
|
|
644 |
|
|
2005-03-29 Daniel Jacobowitz
|
645 |
|
|
Phil Blundell
|
646 |
|
|
|
647 |
|
|
* arm.h: Add TLS relocations.
|
648 |
|
|
|
649 |
|
|
2005-03-23 Ben Elliston
|
650 |
|
|
|
651 |
|
|
* dwarf.h: Merge with GCC's dwarf.h.
|
652 |
|
|
|
653 |
|
|
2005-03-18 C Jaipraash
|
654 |
|
|
|
655 |
|
|
* m68k.h (EF_CFV4E): Define.
|
656 |
|
|
|
657 |
|
|
2005-03-17 Paul Brook
|
658 |
|
|
Dan Jacobowitz
|
659 |
|
|
Mark Mitchell
|
660 |
|
|
|
661 |
|
|
* arm.h (PT_ARM_EXIDX): Define.
|
662 |
|
|
|
663 |
|
|
2005-03-02 Daniel Jacobowitz
|
664 |
|
|
Joseph Myers
|
665 |
|
|
|
666 |
|
|
* mips.h: Define MIPS TLS relocations.
|
667 |
|
|
|
668 |
|
|
2005-02-15 Nigel Stephens
|
669 |
|
|
Maciej W. Rozycki
|
670 |
|
|
|
671 |
|
|
* mips.h (R_MIPS16_GOT16): New reloc code.
|
672 |
|
|
(R_MIPS16_CALL16): Likewise.
|
673 |
|
|
(R_MIPS16_HI16): Likewise.
|
674 |
|
|
(R_MIPS16_LO16): Likewise.
|
675 |
|
|
(R_MIPS16_min): New fake reloc code.
|
676 |
|
|
(R_MIPS16_max): Likewise.
|
677 |
|
|
|
678 |
|
|
2005-02-11 Maciej W. Rozycki
|
679 |
|
|
|
680 |
|
|
* mips.h (R_MIPS_max): Use FAKE_RELOC to define.
|
681 |
|
|
|
682 |
|
|
2005-01-25 Alexandre Oliva
|
683 |
|
|
|
684 |
|
|
2004-12-10 Alexandre Oliva
|
685 |
|
|
* frv.h: Add R_FRV_TLSMOFF.
|
686 |
|
|
2004-11-10 Alexandre Oliva
|
687 |
|
|
* frv.h: Add TLS relocations.
|
688 |
|
|
|
689 |
|
|
2005-01-17 Nick Clifton
|
690 |
|
|
|
691 |
|
|
* sh.h (EF_SH2A_SH4_NOFPU, EF_SH2A_SH3_NOFPU, EF_SH2A_SH4,
|
692 |
|
|
EF_SH2A_SH3E): New flags.
|
693 |
|
|
(EF_SH_BFD_TABLE): Add these new flags to the table.
|
694 |
|
|
|
695 |
|
|
2005-01-12 Alan Modra
|
696 |
|
|
|
697 |
|
|
* ppc.h (R_PPC_RELAX32_PLT, R_PPC_RELAX32PC_PLT): Define.
|
698 |
|
|
(R_PPC_RELAX32, R_PPC_RELAX32PC): Adjust value.
|
699 |
|
|
|
700 |
|
|
2004-12-22 Klaus Rudolph
|
701 |
|
|
|
702 |
|
|
* avr.h (R_AVR_LDI, R_AVR_6, R_AVR_6_ADIW): New relocs.
|
703 |
|
|
|
704 |
|
|
2004-12-16 Richard Sandiford
|
705 |
|
|
|
706 |
|
|
* v850.h (R_V850_LO16_SPLIT_OFFSET): New reloc.
|
707 |
|
|
|
708 |
|
|
2004-12-09 Ian Lance Taylor
|
709 |
|
|
|
710 |
|
|
* mips.h (E_MIPS_MACH_9000): Define.
|
711 |
|
|
|
712 |
|
|
2004-11-04 Hans-Peter Nilsson
|
713 |
|
|
|
714 |
|
|
* cris.h (EF_CRIS_VARIANT_MASK, EF_CRIS_VARIANT_ANY_V0_V10)
|
715 |
|
|
(EF_CRIS_VARIANT_V32, EF_CRIS_VARIANT_COMMON_V10_V32): New
|
716 |
|
|
macros.
|
717 |
|
|
|
718 |
|
|
2004-10-06 Eric Christopher
|
719 |
|
|
|
720 |
|
|
* dwarf2.h: Sync with gcc dwarf2.h. Fix typo.
|
721 |
|
|
|
722 |
|
|
2004-10-01 Paul Brook
|
723 |
|
|
|
724 |
|
|
* arm.h (SHT_ARM_EXIDX): Define.
|
725 |
|
|
(ELF_STRING_ARM_unwind, ELF_STRING_ARM_unwind,
|
726 |
|
|
ELF_STRING_ARM_unwind_once, ELF_STRING_ARM_unwind_info_once):
|
727 |
|
|
Define.
|
728 |
|
|
|
729 |
|
|
2004-08-25 Dmitry Diky
|
730 |
|
|
|
731 |
|
|
* msp430.h: Add new relocs.
|
732 |
|
|
|
733 |
|
|
2004-08-12 H.J. Lu
|
734 |
|
|
|
735 |
|
|
* i386.h (R_386_USED_BY_INTEL_200): New.
|
736 |
|
|
|
737 |
|
|
2004-07-29 Alexandre Oliva
|
738 |
|
|
|
739 |
|
|
Introduce SH2a support.
|
740 |
|
|
2004-02-18 Corinna Vinschen
|
741 |
|
|
* sh.h (EF_SH2A_NOFPU): New.
|
742 |
|
|
2003-12-01 Michael Snyder
|
743 |
|
|
* sh.h (EF_SH2A): New.
|
744 |
|
|
|
745 |
|
|
2004-07-27 Tomer Levi
|
746 |
|
|
|
747 |
|
|
* crx.h: Add BFD_RELOC_CRX_SWITCH8, BFD_RELOC_CRX_SWITCH16,
|
748 |
|
|
BFD_RELOC_CRX_SWITCH32.
|
749 |
|
|
|
750 |
|
|
2004-07-06 Tomer Levi
|
751 |
|
|
|
752 |
|
|
* common.h (EM_CRX): Define.
|
753 |
|
|
* crx.h: New file.
|
754 |
|
|
|
755 |
|
|
2004-06-25 Kazuhiro Inaoka
|
756 |
|
|
|
757 |
|
|
* m32r.h: Add defintions of R_M32R_GOTOFF_HI_ULO,
|
758 |
|
|
R_M32R_GOTOFF_HI_SLO and R_M32R_GOTOFF_LO.
|
759 |
|
|
|
760 |
|
|
2004-06-19 Alan Modra
|
761 |
|
|
|
762 |
|
|
* common.h (ELF64_R_INFO): Warning fix.
|
763 |
|
|
|
764 |
|
|
2004-06-14 Chris Demetriou
|
765 |
|
|
|
766 |
|
|
* mips.h (R_MIPS_PC32): Add back (undoing removal on 2004-04-24),
|
767 |
|
|
with an updated comment.
|
768 |
|
|
|
769 |
|
|
2004-05-28 Andrew Stubbs
|
770 |
|
|
|
771 |
|
|
* sh.h (EF_SH_HAS_DSP): Remove.
|
772 |
|
|
(EF_SH_HAS_FP): Remove.
|
773 |
|
|
(EF_SH_MERGE_MACH): Remove.
|
774 |
|
|
(EF_SH4_NOFPU): Convert to decimal.
|
775 |
|
|
(EF_SH4A_NOFPU): Likewise.
|
776 |
|
|
(EF_SH4_NOMMU_NOFPU): Likewise.
|
777 |
|
|
(EF_SH3_NOMMU): Add new macro.
|
778 |
|
|
(EF_SH_BFD_TABLE): Likewise.
|
779 |
|
|
(sh_find_elf_flags): Add prototype.
|
780 |
|
|
(sh_elf_get_flags_from_mach): Likewise.
|
781 |
|
|
|
782 |
|
|
2004-04-24 Chris Demetriou
|
783 |
|
|
|
784 |
|
|
* mips.h (R_MIPS_PC32, R_MIPS_PC64, R_MIPS_GNU_REL_LO16)
|
785 |
|
|
(R_MIPS_GNU_REL_HI16): Remove.
|
786 |
|
|
(R_MIPS_GNU_REL16_S2): Update comment.
|
787 |
|
|
|
788 |
|
|
2004-30-30 Galit Heller
|
789 |
|
|
Tomer Levi
|
790 |
|
|
|
791 |
|
|
* common.h (EM_CR): Define.
|
792 |
|
|
* cr16c.h: New file.
|
793 |
|
|
|
794 |
|
|
2004-03-23 Paul Brook
|
795 |
|
|
|
796 |
|
|
* arm.h (EF_ERM_BE8, EF_ARM_LE8, EF_ARM_EABI_VER3): Add.
|
797 |
|
|
|
798 |
|
|
2003-03-03 Andrew Stubbs
|
799 |
|
|
|
800 |
|
|
* sh.h: Add EF_SH4_NOMMU_NOFPU.
|
801 |
|
|
|
802 |
|
|
2004-03-01 Richard Sandiford
|
803 |
|
|
|
804 |
|
|
* frv.h (EF_FRV_CPU_FR405, EF_FRV_CPU_FR450): Define.
|
805 |
|
|
|
806 |
|
|
2004-01-28 Roland McGrath
|
807 |
|
|
|
808 |
|
|
* common.h (AT_SECURE): New macro.
|
809 |
|
|
|
810 |
|
|
2004-01-21 Roland McGrath
|
811 |
|
|
|
812 |
|
|
* common.h (AT_SUN_UID, AT_SUN_RUID, AT_SUN_GID): New macros.
|
813 |
|
|
(AT_SUN_RGID, AT_SUN_LDELF, AT_SUN_LDSHDR, AT_SUN_LDNAME,
|
814 |
|
|
AT_SUN_LPAGESZ, AT_SUN_PLATFORM, AT_SUN_HWCAP, AT_SUN_IFLUSH,
|
815 |
|
|
AT_SUN_CPU, AT_SUN_EMUL_ENTRY, AT_SUN_EMUL_EXECFD,
|
816 |
|
|
AT_SUN_EXECNAME) AT_SUN_MMU, AT_SUN_LDDATA): Likewise.
|
817 |
|
|
|
818 |
|
|
2004-01-17 Mark Kettenis
|
819 |
|
|
|
820 |
|
|
* common.h (NT_OPENBSD_IDENT): Define.
|
821 |
|
|
|
822 |
|
|
2004-01-06 Alexandre Oliva
|
823 |
|
|
|
824 |
|
|
2003-09-18 Alexandre Oliva
|
825 |
|
|
* frv.h (EF_FRV_FDPIC): New macro.
|
826 |
|
|
(EF_FRV_PIC_FLAGS): Adjust.
|
827 |
|
|
2003-08-08 Alexandre Oliva
|
828 |
|
|
* frv.h (R_FRV_FUNCDESC_VALUE, R_FRV_FUNCDESC_GOTOFF12,
|
829 |
|
|
R_FRV_FUNCDESC_GOTOFFLO, R_FRV_FUNCDESC_GOTOFFHI, R_FRV_GOTOFF12,
|
830 |
|
|
R_FRV_GOTOFFLO, R_FRV_GOTOFFHI): New.
|
831 |
|
|
2003-08-04 Alexandre Oliva
|
832 |
|
|
* frv.h (R_FRV_GOT12, R_FRV_GOTHI, R_FRV_GOTLO, R_FRV_FUNCDESC,
|
833 |
|
|
R_FRV_FUNCDESC_GOT12, R_FRV_FUNCDESC_GOTHI, R_FRV_FUNCDESC_GOTLO):
|
834 |
|
|
New.
|
835 |
|
|
|
836 |
|
|
|
837 |
|
|
For older changes see ChangeLog-9103
|
838 |
|
|
|
839 |
|
|
Local Variables:
|
840 |
|
|
mode: change-log
|
841 |
|
|
left-margin: 8
|
842 |
|
|
fill-column: 74
|
843 |
|
|
version-control: never
|
844 |
|
|
End:
|