PR 3958
[deliverable/binutils-gdb.git] / include / elf / ChangeLog
CommitLineData
b95dd98f 12007-02-05 Dave Brolley <brolley@redhat.com>
dd6f0f6e
DB
2 Richard Sandiford <rsandifo@redhat.com>
3 Richard Henderson <rth@redhat.com>
4 DJ Delorie <dj@redhat.com>
5 Ben Elliston <bje@redhat.com>
b95dd98f
DB
6
7 * mep.h: New file.
b95dd98f
DB
8 * common.h (EM_CYGNUS_MEP): Define.
9
102007-02-15 Dave Brolley <brolley@redhat.com>
11
12 From Graydon Hoare <graydon@redhat.com>:
13 * common.h (STT_RELC, STT_SRELC, R_RELC): New macros.
14
3bdcfdf4
KH
152007-01-08 Kazu Hirata <kazu@codesourcery.com>
16
17 * m68k.h (EF_M68K_FIDO): New.
18 (EF_M68K_ARCH_MASK): OR EF_M68K_FIDO.
19 (EF_M68K_CPU32_FIDO_A, EF_M68K_CPU32_MASK): Remove.
20
9840d27e
KH
212006-12-25 Kazu Hirata <kazu@codesourcery.com>
22
23 * m68k.h (EF_M68K_CPU32_FIDO_A, EF_M68K_CPU32_MASK): New.
24
425c6cb0
KH
252006-12-19 Kazu Hirata <kazu@codesourcery.com>
26
27 * m68k.h (EF_M68K_ARCH_MASK): New.
28
3271a814
NS
292006-12-19 Nathan Sidwell <nathan@codesourcery.com>
30
31 * internal.h (struct elf_segment_map): Add p_vaddr_offset field.
32
c694fd50
KH
332006-12-07 Kazu Hirata <kazu@codesourcery.com>
34
35 * m68k.h (EF_M68K_ISA_MASK, EF_M68K_ISA_A_NODIV,
36 EF_M68K_ISA_A, EF_M68K_ISA_A_PLUS, EF_M68K_ISA_B_NOUSP,
37 EF_M68K_ISA_B, EF_M68K_ISA_C, EF_M68K_MAC_MASK, EF_M68K_MAC,
38 EF_M68K_EMAC, EF_M68K_EMAC_B, EF_M68K_FLOAT): Rename to
39 EF_M68K_CF_ISA_MASK, EF_M68K_CF_ISA_A_NODIV, EF_M68K_CF_ISA_A,
40 EF_M68K_CF_ISA_A_PLUS, EF_M68K_CF_ISA_B_NOUSP,
41 EF_M68K_CF_ISA_B, EF_M68K_CF_ISA_C, EF_M68K_CF_MAC_MASK,
42 EF_M68K_CF_MAC, EF_M68K_CF_EMAC, EF_M68K_CF_EMAC_B,
43 EF_M68K_CF_FLOAT, respectively.
44
4fd454c8
NC
452006-12-05 Michael Tautschnig <tautschn@model.in.tum.de>
46 Nick Clifton <nickc@redhat.com>
47
48 * external.h (struct Elf_External_Versym): Use ATTRIBUTE_PACKED.
49
165b93e7
RS
502006-10-28 Richard Sandiford <richard@codesourcery.com>
51
52 * mips.h (R_MIPS_GLOB_DAT): Define
53 (R_MIPS_max): Bump by 1.
54
e9f53129
AM
552006-10-25 Trevor Smigiel <Trevor_Smigiel@playstation.sony.com>
56 Yukishige Shibata <shibata@rd.scei.sony.co.jp>
57 Nobuhisa Fujinami <fnami@rd.scei.sony.co.jp>
58 Takeaki Fukuoka <fukuoka@rd.scei.sony.co.jp>
59 Alan Modra <amodra@bigpond.net.au>
60
61 * common.h (EM_SPU): Define.
62 * spu.h: New file.
63
b3549761
NC
642006-10-19 Mei Ligang <ligang@sunnorth.com.cn>
65
66 * score.h (EF_SCORE_PIC): Redefine EF_SCORE_PIC as 0x80000000.
67 (EF_SCORE_FIXDEP): Redefine EF_SCORE_FIXDEP as 0x40000000.
68 (EF_SCORE_HASENTRY): Delete.
69
1c0d3aa6
NC
702006-09-17 Mei Ligang <ligang@sunnorth.com.cn>
71
72 * score.h: New file.
73 * common.h: Add Score machine number.
74
fdc90cb4
JJ
752006-07-10 Jakub Jelinek <jakub@redhat.com>
76
77 * common.h (SHT_GNU_HASH, DT_GNU_HASH): Define.
78
1224efb8
L
792006-05-31 H.J. Lu <hongjiu.lu@intel.com>
80
81 * internal.h (ELF_SECTION_SIZE): New.
82 (ELF_IS_SECTION_IN_SEGMENT): Likewise.
83 (ELF_IS_SECTION_IN_SEGMENT_FILE): Updated.
84 (ELF_IS_SECTION_IN_SEGMENT_MEMORY): Likewise.
85
3f570048
AM
862006-05-27 H.J. Lu <hongjiu.lu@intel.com>
87
88 * internal.h (struct elf_segment_map): Add p_align and p_align_valid.
89
9b52905e
NC
902006-05-24 Carlos O'Donell <carlos@systemhalted.org>
91 Randolph Chung <randolph@tausq.org>
92 * hppa.h (R_PARISC_TLS_GD21L, R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL,
93 R_PARISC_TLS_LDM21L, R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL,
94 R_PARISC_TLS_LDO21L, R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32,
95 R_PARISC_TLS_DTPMOD64, R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64):
96 New TLS relocs.
97 (R_PARISC_TLS_LE21L, R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L,
98 R_PARISC_TLS_IE14R, R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64):
99 Define TLS relocs using existing equivalents.
100
28c9d252
NC
1012006-05-24 Bjoern Haase <bjoern.m.haase@web.de>
102
103 * avr.h: Add E_AVR_MACH_AVR6, R_AVR_LO8_LDI_GS and R_AVR_HI8_LDI_GS.
104
0a44bf69
RS
1052006-03-22 Richard Sandiford <richard@codesourcery.com>
106 Daniel Jacobowitz <dan@codesourcery.com>
107 Phil Edwards <phil@codesourcery.com>
108 Zack Weinberg <zack@codesourcery.com>
109 Mark Mitchell <mark@codesourcery.com>
110 Nathan Sidwell <nathan@codesourcery.com>
111
112 * mips.h (R_MIPS_COPY, R_MIPS_JUMP_SLOT): New relocs.
113
e14430ab
DA
1142006-03-19 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
115
116 * hppa.h (SHF_HP_TLS, SHF_HP_NEAR_SHARED, SHF_HP_FAR_SHARED,
117 SHF_HP_COMDAT, SHF_HP_CONST, SHN_TLS_COMMON, SHN_NS_COMMON,
118 SHN_NS_UNDEF, SHN_FS_UNDEF, SHN_HP_EXTERN, SHN_HP_EXTHINT,
119 SHN_HP_UNDEF_BIND_IMM, SHT_HP_OVLBITS, SHT_HP_DLKM, SHT_HP_COMDAT,
120 SHT_HP_OBJDICT, SHT_HP_ANNOT, STB_HP_ALIAS): Define.
121
3a4a14e9
PB
1222006-03-10 Paul Brook <paul@codesourcery.com>
123
124 * arm.h (EF_ARM_EABI_VER5): Define.
125
0b2e31dc
NS
1262006-03-06 Nathan Sidwell <nathan@codesourcery.com>
127
128 * m68k.h (EF_M68K_ISA_MASK, EF_M68K_ISA_A,
129 EF_M68K_ISA_A_PLUS, EF_M68K_ISA_B, EF_M68K_ISA_C): Adjust.
130 (EF_M68K_ISA_A_NODIV, EF_M68K_ISA_B_NOUSP): New.
131 (EF_M68K_HW_DIV, EF_M68K_USP): Remove.
132 (EF_M68K_MAC, EF_M68K_EMAC, EF_M68K_FLOAT): Adjust.
133 (EF_M68K_EMAC_B): New.
134
df406460
NC
1352006-03-03 Bjoern Haase <bjoern.m.haase@web.de>
136
137 * avr.h (R_AVR_MS8_LDI,R_AVR_MS8_LDI_NEG): Add.
138 (EF_AVR_LINKRELAX_PREPARED): Add.
139
2c10a7e5
BE
1402006-03-02 Ben Elliston <bje@au.ibm.com>
141
142 Import from the GCC tree:
143 2006-03-01 Jakub Jelinek <jakub@redhat.com>
144
145 * dwarf2.h (DW_TAG_condition, DW_TAG_shared_type): New constants
146 from DWARF 3.
147 (DW_AT_description, DW_AT_binary_scale, DW_AT_decimal_scale,
148 DW_AT_small, DW_AT_decimal_sign, DW_AT_digit_count,
149 DW_AT_picture_string, DW_AT_mutable, DW_AT_threads_scaled,
150 DW_AT_explicit, DW_AT_object_pointer, DW_AT_endianity,
151 DW_AT_elemental, DW_AT_pure, DW_AT_recursive): New.
152 (DW_OP_form_tls_address, DW_OP_call_frame_cfa, DW_OP_bit_piece): New.
153 (DW_ATE_packed_decimal, DW_ATE_numeric_string, DW_ATE_edited,
154 DW_ATE_signed_fixed, DW_ATE_unsigned_fixed): New.
155 (DW_DS_unsigned, DW_DS_leading_overpunch, DW_DS_trailing_overpunch,
156 DW_DS_leading_separate, DW_DS_trailing_separate): New.
157 (DW_END_default, DW_END_big, DW_END_little): New.
158 (DW_END_lo_user, DW_END_hi_user): Define.
159 (DW_LNE_lo_user, DW_LNE_hi_user): Define.
160 (DW_CFA_val_offset, DW_CFA_val_offset_sf, DW_CFA_val_expression): New.
161 (DW_LANG_PLI, DW_LANG_ObjC, DW_LANG_ObjC_plus_plus, DW_LANG_UPC,
162 DW_LANG_D): New.
163
6772dd07
DD
1642006-02-24 DJ Delorie <dj@redhat.com>
165
166 * m32c.h: Add relax relocs.
167
d70c5fc7
NC
1682006-02-17 Shrirang Khisti <shrirangk@kpitcummins.com>
169 Anil Paranjape <anilp1@kpitcummins.com>
170 Shilin Shakti <shilins@kpitcummins.com>
171
172 * common.h (EM_XC16X): New entry for xc16x cpu.
173 Sort other EM_* numbers into numerical order.
174 * xc16x.h: New file.
175
84d1d650
L
1762006-02-10 H.J. Lu <hongjiu.lu@intel.com>
177
178 PR binutils/2258
179 * internal.h (ELF_IS_SECTION_IN_SEGMENT_FILE): New.
180 (ELF_IS_SECTION_IN_SEGMENT_MEMORY): Likewise.
181
266abb8f
NS
1822006-02-07 Nathan Sidwell <nathan@codesourcery.com>
183
184 * m68k.h (EF_CPU32, EF_M68000, EF_CFV4E): Rename to ...
185 (EF_M68K_CPU32, EF_M68K_M68000, EF_M68K_CFV4E): ... here.
186 (EF_M68K_ISA_MASK, EF_M68K_ISA_A, EF_M68K_M68K_ISA_A_PLUS,
187 EF_M68K_ISA_B, EF_M68K_HW_DIV, EF_M68K_MAC_MASK, EF_M68K_MAC,
188 EF_M68K_EMAC, EF_M68K_USP, EF_M68K_FLOAT): New.
189
1902006-02-06 Steve Ellcey <sje@cup.hp.com>
191
192 * ia64.h (SHF_IA_64_HP_TLS): New.
193
67a4f2b7
AO
1942006-01-18 Alexandre Oliva <aoliva@redhat.com>
195
196 Introduce TLS descriptors for i386 and x86_64.
197 * common.h (DT_TLSDESC_GOT, DT_TLSDESC_PLT): New.
198 * i386.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL, R_386_TLS_DESC):
199 New.
200 * x86-64.h (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
201 R_X86_64_TLSDESC): New.
202
64fd6348
NC
2032006-01-09 Mike Frysinger <vapier@gentoo.org>:
204
205 * common.h (EM_ALTERA_NIOS2, EM_NIOS32) Define.
206
d031aafb
NS
2072005-12-16 Nathan Sidwell <nathan@codesourcery.com>
208
209 Second part of ms1 to mt renaming.
210 * common.h (EM_MT): Renamed.
211 * mt.h: Rename relocs, cpu & other defines.
212
39b41c9c
PB
2132005-12-12 Paul Brook <paul@codesourcery.com>
214
215 * arm.h (elf32_arm_get_eabi_attr_int): Add prototype.
216
5e2b0d47
NC
2172005-11-11 Nick Clifton <nickc@redhat.com>
218
219 PR 1150
220 * mips.h (STO_OPTIONAL): Define.
221 (ELF_MIPS_IS_OPTIONAL): Define.
222
3c9b82ba
NC
2232005-09-30 Catherine Moore <clm@cm00re.com>
224
225 * bfin.h: New file.
226 * common.h (EM_BLACKFIN): Define.
227
ee065d83
PB
2282005-10-08 Paul Brook <paul@codesourcery.com>
229
230 * arm.h: Add prototypes for BFD object attribute routines.
231
1cacb694
RE
2322005-09-09 Richard Earnshaw <richard.earnshaw@arm.com>
233
234 * arm.h (SHT_ARM_PREEMPTMAP, SHT_ARM_ATTRIBUTES): New defines.
235
3c26c61a
DA
2362005-08-09 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
237
238 * hppa.h (SHT_PARISC_DLKM, SHF_PARISC_WEAKORDER, PT_PARISC_WEAKORDER):
239 New defines.
240
67762f6b
DA
2412005-08-04 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
242
243 * hppa.h (PF_HP_CODE, PF_HP_MODIFY, PF_HP_LAZYSWAP): Revise defines.
244 (PF_HP_CODE_DEPR, PF_HP_MODIFY_DEPR, PF_HP_LAZYSWAP_DEPR): New
245 deprecated defines.
246 (DT_HP_EPLTREL, DT_HP_EPLTRELSZ, DT_HP_FILTERED, DT_HP_FILTER_TLS,
247 DT_HP_COMPAT_FILTERED, DT_HP_LAZYLOAD, DT_HP_BIND_NOW_COUNT, DT_PLT,
248 DT_PLT_SIZE, DT_DLT, DT_DLT_SIZE, DT_HP_BIND_DEPTH_FIRST, DT_HP_GST,
249 DT_HP_SHLIB_FIXED, DT_HP_MERGE_SHLIB_SEG, DT_HP_NODELETE, DT_HP_GROUP,
250 DT_HP_PROTECT_LINKAGE_TABLE, PT_HP_OPT_ANNOT, PT_HP_HSL_ANNOT,
251 PT_HP_STACK, PT_HP_CORE_UTSNAME, NT_HP_COMPILER, NT_HP_COPYRIGHT,
252 NT_HP_VERSION, NT_HP_SRCFILE_INFO, NT_HP_LINKER, NT_HP_INSTRUMENTED,
253 NT_HP_UX_OPTIONS): Define.
254
fd54057a
DD
2552005-07-25 DJ Delorie <dj@redhat.com>
256
257 * m32c.h: Add R_M32C_8, R_M32C_LO16, R_M32C_HI8, and R_M32C_HI16.
258
3b22753a
L
2592005-07-25 Jan Hubicka <jh@suse.cz>
260
261 * x86-64.h (SHN_X86_64_LCOMMON): New.
262 (SHF_X86_64_LARGE): New.
263
157e7bd1
NC
2642005-07-20 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
265
266 * m32r.h (R_M32R_REL32): Added.
267
df45824a
BE
2682005-07-18 Ben Elliston <bje@au.ibm.com>
269
270 * dwarf2.h (enum dwarf_type): Remove DW_AT_GNU_decimal_float.
271 Replace with DW_ATE_decimal_float (now in DWARF 3).
272
49f58d10
JB
2732005-07-14 Jim Blandy <jimb@redhat.com>
274
275 Add support for Renesas M32C and M16C.
276 * common.h (EM_M32C): New machine number.
277 * m32c.h: New file.
278
d6ab8113
JB
2792005-06-17 Jan Beulich <jbeulich@novell.com>
280
281 * x86-64.h (elf_x86_64_reloc_type): Adjust comment for
282 R_X86_64_GOTPCREL. Add R_X86_64_PC64, R_X86_64_GOTOFF64, and
283 R_X86_64_GOTPC32.
284
3c33e371
AH
2852005-06-07 Aldy Hernandez <aldyh@redhat.com>
286 Michael Snyder <msnyder@redhat.com>
287 Stan Cox <scox@redhat.com>
288
289 * common.h (EM_MS1): Define.
290
291 * ms1.h: New file.
292
2acf634e
RH
2932005-05-31 Richard Henderson <rth@redhat.com>
294
295 * alpha.h (LITUSE_ALPHA_JSRDIRECT): New.
296
484124bb
RH
2972005-05-29 Richard Henderson <rth@redhat.com>
298
299 * alpha.h (DT_ALPHA_PLTRO): New.
300
d68f4033
BE
3012005-05-19 Ben Elliston <bje@au.ibm.com>
302
303 * dwarf2.h (enum dwarf_type): Assign DW_ATE_GNU_decimal_float from
304 the user-defined encoding space pending inclusion in the standard.
305
cb1afa5c
ZW
3062005-05-18 Zack Weinberg <zack@codesourcery.com>
307
308 * arm.h: Make all #ifndef OLD_ARM_ABI blocks
309 unconditional, delete all #ifdef OLD_ARM_ABI blocks.
310
c19d1205
ZW
3112005-05-17 Zack Weinberg <zack@codesourcery.com>
312
313 * arm.h: Import complete list of official relocation names
314 and numbers from AAELF. Define FAKE_RELOCs for old names.
315 Remove a few old names no longer used anywhere.
316
1fe44d79
AM
3172005-05-14 Alan Modra <amodra@bigpond.net.au>
318
319 * ppc.h (DT_PPC_GOT): Rename from DT_PPC_GLINK.
320
2df98d85
AM
3212005-05-11 Alan Modra <amodra@bigpond.net.au>
322
323 * ppc.h (R_PPC_RELAX32, R_PPC_RELAX32PC, R_PPC_RELAX32_PLT,
324 R_PPC_RELAX32PC_PLT) Adjust.
325 (R_PPC_REL16, R_PPC_REL16_LO, R_PPC_REL16_HI, R_PPC_REL16_HA): Define.
326 (DT_PPC_GLINK): Define.
327
e172dbf8
NC
3282005-05-10 Nick Clifton <nickc@redhat.com>
329
330 * Update the address and phone number of the FSF organization in
331 the GPL notices in the following files:
2df98d85 332 alpha.h, arc.h, arm.h, avr.h, common.h, cr16c.h, cris.h, crx.h,
e172dbf8
NC
333 d10v.h, d30v.h, dlx.h, dwarf.h, dwarf2.h, external.h, fr30.h,
334 frv.h, h8.h, hppa.h, i370.h, i386.h, i860.h, i960.h, ia64.h,
335 internal.h, ip2k.h, iq2000.h, m32r.h, m68hc11.h, m68k.h, mcore.h,
336 mips.h, mmix.h, mn10200.h, mn10300.h, msp430.h, openrisc.h,
337 or32.h, pj.h, ppc.h, ppc64.h, reloc-macros.h, s390.h, sh.h,
338 sparc.h, v850.h, vax.h, x86-64.h, xstormy16.h, xtensa.h
2df98d85 339
faa7ef87
L
3402005-04-13 H.J. Lu <hongjiu.lu@intel.com>
341
a63027e5
L
342 Moved from ../ChangeLog
343
faa7ef87
L
344 2004-10-27 Richard Earnshaw <rearnsha@arm.com>
345 * arm.h: Add R_ARM_CALL and R_ARM_JUMP32.
346
347 2004-10-12 Paul Brook <paul@codesourcery.com>
348 * arm.h (EF_ARM_EABI_VER4): Define.
349
350 2004-10-08 Daniel Jacobowitz <dan@debian.org>
351
352 * common.h (PT_SUNW_EH_FRAME): Define.
353 * x86-64.h (SHT_X86_64_UNWIND): Define.
354
355 2004-10-07 Bob Wilson <bob.wilson@acm.org>
356 * xtensa.h (R_XTENSA_DIFF8, R_XTENSA_DIFF16, R_XTENSA_DIFF32,
357 R_XTENSA_SLOT*_OP, R_XTENSA_SLOT*_ALT): New relocations.
358 (XTENSA_PROP_SEC_NAME): Define.
359 (property_table_entry): Add flags field.
360 (XTENSA_PROP_*, GET_XTENSA_PROP_*, SET_XTENSA_PROP_*): Define.
361
362 2004-09-17 Paul Brook <paul@codesourcery.com>
363 * arm.h: Remove R_ARM_STKCHK and R_ARM_THM_STKCHK.
364 Add R_ARM_TARGET2, R_ARM_PREL31, R_ARM_GOT_ABS, R_ARM_GOT_PREL,
365 R_ARM_GOT_BREL12, R_ARM_GOTOFF12 and R_ARM_GOTRELAX.
366
367 2004-09-13 Paul Brook <paul@codesourcery.com>
368 * arm.h: Rename RELABS to TARGET1.
369
370 2004-05-11 Jakub Jelinek <jakub@redhat.com>
371 * common.h (PT_GNU_EH_FRAME, PT_GNU_STACK): Add comments.
372 (PT_GNU_RELRO): Define.
373
ba93b8ac
DJ
3742005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
375 Phil Blundell <philb@gnu.org>
376
377 * arm.h: Add TLS relocations.
378
c927f9ef
BE
3792005-03-23 Ben Elliston <bje@au.ibm.com>
380
381 * dwarf.h: Merge with GCC's dwarf.h.
382
238d258f
NC
3832005-03-18 C Jaipraash <cjaiprakash@noida.hcltech.com>
384
385 * m68k.h (EF_CFV4E): Define.
386
b294bdf8
MM
3872005-03-17 Paul Brook <paul@codesourcery.com>
388 Dan Jacobowitz <dan@codesourcery.com>
389 Mark Mitchell <mark@codesourcery.com>
390
391 * arm.h (PT_ARM_EXIDX): Define.
392
51cb3ca7
DJ
3932005-03-02 Daniel Jacobowitz <dan@codesourcery.com>
394 Joseph Myers <joseph@codesourcery.com>
395
396 * mips.h: Define MIPS TLS relocations.
397
d6f16593 3982005-02-15 Nigel Stephens <nigel@mips.com>
faa7ef87 399 Maciej W. Rozycki <macro@mips.com>
d6f16593
MR
400
401 * mips.h (R_MIPS16_GOT16): New reloc code.
402 (R_MIPS16_CALL16): Likewise.
403 (R_MIPS16_HI16): Likewise.
404 (R_MIPS16_LO16): Likewise.
405 (R_MIPS16_min): New fake reloc code.
406 (R_MIPS16_max): Likewise.
407
a1c17af2
MR
4082005-02-11 Maciej W. Rozycki <macro@mips.com>
409
410 * mips.h (R_MIPS_max): Use FAKE_RELOC to define.
411
90219bd0
AO
4122005-01-25 Alexandre Oliva <aoliva@redhat.com>
413
414 2004-12-10 Alexandre Oliva <aoliva@redhat.com>
415 * frv.h: Add R_FRV_TLSMOFF.
416 2004-11-10 Alexandre Oliva <aoliva@redhat.com>
417 * frv.h: Add TLS relocations.
418
e38bc3b5
NC
4192005-01-17 Nick Clifton <nickc@redhat.com>
420
421 * sh.h (EF_SH2A_SH4_NOFPU, EF_SH2A_SH3_NOFPU, EF_SH2A_SH4,
422 EF_SH2A_SH3E): New flags.
423 (EF_SH_BFD_TABLE): Add these new flags to the table.
424
b4a38de6
AM
4252005-01-12 Alan Modra <amodra@bigpond.net.au>
426
427 * ppc.h (R_PPC_RELAX32_PLT, R_PPC_RELAX32PC_PLT): Define.
428 (R_PPC_RELAX32, R_PPC_RELAX32PC): Adjust value.
429
750bce0e 4302004-12-22 Klaus Rudolph <lts-rudolph@gmx.de>
2df98d85 431
faa7ef87 432 * avr.h (R_AVR_LDI, R_AVR_6, R_AVR_6_ADIW): New relocs.
750bce0e 433
1e50d24d
RS
4342004-12-16 Richard Sandiford <rsandifo@redhat.com>
435
436 * v850.h (R_V850_LO16_SPLIT_OFFSET): New reloc.
437
69881c93
ILT
4382004-12-09 Ian Lance Taylor <ian@wasabisystems.com>
439
440 * mips.h (E_MIPS_MACH_9000): Define.
441
b676888f
HPN
4422004-11-04 Hans-Peter Nilsson <hp@axis.com>
443
444 * cris.h (EF_CRIS_VARIANT_MASK, EF_CRIS_VARIANT_ANY_V0_V10)
445 (EF_CRIS_VARIANT_V32, EF_CRIS_VARIANT_COMMON_V10_V32): New
446 macros.
447
637cf767
EC
4482004-10-06 Eric Christopher <echristo@redhat.com>
449
450 * dwarf2.h: Sync with gcc dwarf2.h. Fix typo.
451
40a18ebd
NC
4522004-10-01 Paul Brook <paul@codesourcery.com>
453
454 * arm.h (SHT_ARM_EXIDX): Define.
455 (ELF_STRING_ARM_unwind, ELF_STRING_ARM_unwind,
456 ELF_STRING_ARM_unwind_once, ELF_STRING_ARM_unwind_info_once):
457 Define.
458
b18c562e
NC
4592004-08-25 Dmitry Diky <diwil@spec.ru>
460
461 * msp430.h: Add new relocs.
462
083febaa
L
4632004-08-12 H.J. Lu <hongjiu.lu@intel.com>
464
465 * i386.h (R_386_USED_BY_INTEL_200): New.
466
1d70c7fb
AO
4672004-07-29 Alexandre Oliva <aoliva@redhat.com>
468
469 Introduce SH2a support.
470 2004-02-18 Corinna Vinschen <vinschen@redhat.com>
471 * sh.h (EF_SH2A_NOFPU): New.
472 2003-12-01 Michael Snyder <msnyder@redhat.com>
473 * sh.h (EF_SH2A): New.
474
670ec21d
NC
4752004-07-27 Tomer Levi <Tomer.Levi@nsc.com>
476
477 * crx.h: Add BFD_RELOC_CRX_SWITCH8, BFD_RELOC_CRX_SWITCH16,
478 BFD_RELOC_CRX_SWITCH32.
479
1fe1f39c
NC
4802004-07-06 Tomer Levi <Tomer.Levi@nsc.com>
481
482 * common.h (EM_CRX): Define.
483 * crx.h: New file.
484
097f809a
NC
4852004-06-25 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
486
487 * m32r.h: Add defintions of R_M32R_GOTOFF_HI_ULO,
488 R_M32R_GOTOFF_HI_SLO and R_M32R_GOTOFF_LO.
489
375db92b
AM
4902004-06-19 Alan Modra <amodra@bigpond.net.au>
491
492 * common.h (ELF64_R_INFO): Warning fix.
493
092dcd75
CD
4942004-06-14 Chris Demetriou <cgd@broadcom.com>
495
496 * mips.h (R_MIPS_PC32): Add back (undoing removal on 2004-04-24),
497 with an updated comment.
498
f6f9408f
JR
4992004-05-28 Andrew Stubbs <andrew.stubbs@superh.com>
500
501 * sh.h (EF_SH_HAS_DSP): Remove.
502 (EF_SH_HAS_FP): Remove.
503 (EF_SH_MERGE_MACH): Remove.
504 (EF_SH4_NOFPU): Convert to decimal.
505 (EF_SH4A_NOFPU): Likewise.
506 (EF_SH4_NOMMU_NOFPU): Likewise.
507 (EF_SH3_NOMMU): Add new macro.
508 (EF_SH_BFD_TABLE): Likewise.
509 (sh_find_elf_flags): Add prototype.
510 (sh_elf_get_flags_from_mach): Likewise.
511
4030e8f6
CD
5122004-04-24 Chris Demetriou <cgd@broadcom.com>
513
514 * mips.h (R_MIPS_PC32, R_MIPS_PC64, R_MIPS_GNU_REL_LO16)
515 (R_MIPS_GNU_REL_HI16): Remove.
516 (R_MIPS_GNU_REL16_S2): Update comment.
517
0949843d 5182004-30-30 Galit Heller <Galit.Heller@nsc.com>
faa7ef87 519 Tomer Levi <Tomer.Levi@nsc.com>
0949843d
NC
520
521 * common.h (EM_CR): Define.
522 * cr16c.h: New file.
523
d507cf36
PB
5242004-03-23 Paul Brook <paul@codesourcery.com>
525
526 * arm.h (EF_ERM_BE8, EF_ARM_LE8, EF_ARM_EABI_VER3): Add.
527
ae51a426
JR
5282003-03-03 Andrew Stubbs <andrew.stubbs@superh.com>
529
530 * sh.h: Add EF_SH4_NOMMU_NOFPU.
531
676a64f4
RS
5322004-03-01 Richard Sandiford <rsandifo@redhat.com>
533
534 * frv.h (EF_FRV_CPU_FR405, EF_FRV_CPU_FR450): Define.
535
481fedf3
RM
5362004-01-28 Roland McGrath <roland@redhat.com>
537
538 * common.h (AT_SECURE): New macro.
539
7e67eb11
RM
5402004-01-21 Roland McGrath <roland@redhat.com>
541
542 * common.h (AT_SUN_UID, AT_SUN_RUID, AT_SUN_GID): New macros.
543 (AT_SUN_RGID, AT_SUN_LDELF, AT_SUN_LDSHDR, AT_SUN_LDNAME,
544 AT_SUN_LPAGESZ, AT_SUN_PLATFORM, AT_SUN_HWCAP, AT_SUN_IFLUSH,
545 AT_SUN_CPU, AT_SUN_EMUL_ENTRY, AT_SUN_EMUL_EXECFD,
546 AT_SUN_EXECNAME) AT_SUN_MMU, AT_SUN_LDDATA): Likewise.
547
3fe74472
MK
5482004-01-17 Mark Kettenis <kettenis@gnu.org>
549
550 * common.h (NT_OPENBSD_IDENT): Define.
551
79987b2f
AO
5522004-01-06 Alexandre Oliva <aoliva@redhat.com>
553
554 2003-09-18 Alexandre Oliva <aoliva@redhat.com>
555 * frv.h (EF_FRV_FDPIC): New macro.
556 (EF_FRV_PIC_FLAGS): Adjust.
557 2003-08-08 Alexandre Oliva <aoliva@redhat.com>
558 * frv.h (R_FRV_FUNCDESC_VALUE, R_FRV_FUNCDESC_GOTOFF12,
559 R_FRV_FUNCDESC_GOTOFFLO, R_FRV_FUNCDESC_GOTOFFHI, R_FRV_GOTOFF12,
560 R_FRV_GOTOFFLO, R_FRV_GOTOFFHI): New.
561 2003-08-04 Alexandre Oliva <aoliva@redhat.com>
562 * frv.h (R_FRV_GOT12, R_FRV_GOTHI, R_FRV_GOTLO, R_FRV_FUNCDESC,
563 R_FRV_FUNCDESC_GOT12, R_FRV_FUNCDESC_GOTHI, R_FRV_FUNCDESC_GOTLO):
564 New.
565
252b5132 566
c9e214e5 567For older changes see ChangeLog-9103
252b5132
RH
568\f
569Local Variables:
c9e214e5
AM
570mode: change-log
571left-margin: 8
572fill-column: 74
252b5132
RH
573version-control: never
574End:
This page took 0.332688 seconds and 4 git commands to generate.