* stabs.c (_bfd_link_section_stabs): Use bfd_make_section*_with_flags
[deliverable/binutils-gdb.git] / include / elf / ChangeLog
CommitLineData
3f570048
AM
12006-05-27 H.J. Lu <hongjiu.lu@intel.com>
2
3 * internal.h (struct elf_segment_map): Add p_align and p_align_valid.
4
9b52905e
NC
52006-05-24 Carlos O'Donell <carlos@systemhalted.org>
6 Randolph Chung <randolph@tausq.org>
7 * hppa.h (R_PARISC_TLS_GD21L, R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL,
8 R_PARISC_TLS_LDM21L, R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL,
9 R_PARISC_TLS_LDO21L, R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32,
10 R_PARISC_TLS_DTPMOD64, R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64):
11 New TLS relocs.
12 (R_PARISC_TLS_LE21L, R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L,
13 R_PARISC_TLS_IE14R, R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64):
14 Define TLS relocs using existing equivalents.
15
28c9d252
NC
162006-05-24 Bjoern Haase <bjoern.m.haase@web.de>
17
18 * avr.h: Add E_AVR_MACH_AVR6, R_AVR_LO8_LDI_GS and R_AVR_HI8_LDI_GS.
19
0a44bf69
RS
202006-03-22 Richard Sandiford <richard@codesourcery.com>
21 Daniel Jacobowitz <dan@codesourcery.com>
22 Phil Edwards <phil@codesourcery.com>
23 Zack Weinberg <zack@codesourcery.com>
24 Mark Mitchell <mark@codesourcery.com>
25 Nathan Sidwell <nathan@codesourcery.com>
26
27 * mips.h (R_MIPS_COPY, R_MIPS_JUMP_SLOT): New relocs.
28
e14430ab
DA
292006-03-19 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
30
31 * hppa.h (SHF_HP_TLS, SHF_HP_NEAR_SHARED, SHF_HP_FAR_SHARED,
32 SHF_HP_COMDAT, SHF_HP_CONST, SHN_TLS_COMMON, SHN_NS_COMMON,
33 SHN_NS_UNDEF, SHN_FS_UNDEF, SHN_HP_EXTERN, SHN_HP_EXTHINT,
34 SHN_HP_UNDEF_BIND_IMM, SHT_HP_OVLBITS, SHT_HP_DLKM, SHT_HP_COMDAT,
35 SHT_HP_OBJDICT, SHT_HP_ANNOT, STB_HP_ALIAS): Define.
36
3a4a14e9
PB
372006-03-10 Paul Brook <paul@codesourcery.com>
38
39 * arm.h (EF_ARM_EABI_VER5): Define.
40
0b2e31dc
NS
412006-03-06 Nathan Sidwell <nathan@codesourcery.com>
42
43 * m68k.h (EF_M68K_ISA_MASK, EF_M68K_ISA_A,
44 EF_M68K_ISA_A_PLUS, EF_M68K_ISA_B, EF_M68K_ISA_C): Adjust.
45 (EF_M68K_ISA_A_NODIV, EF_M68K_ISA_B_NOUSP): New.
46 (EF_M68K_HW_DIV, EF_M68K_USP): Remove.
47 (EF_M68K_MAC, EF_M68K_EMAC, EF_M68K_FLOAT): Adjust.
48 (EF_M68K_EMAC_B): New.
49
df406460
NC
502006-03-03 Bjoern Haase <bjoern.m.haase@web.de>
51
52 * avr.h (R_AVR_MS8_LDI,R_AVR_MS8_LDI_NEG): Add.
53 (EF_AVR_LINKRELAX_PREPARED): Add.
54
2c10a7e5
BE
552006-03-02 Ben Elliston <bje@au.ibm.com>
56
57 Import from the GCC tree:
58 2006-03-01 Jakub Jelinek <jakub@redhat.com>
59
60 * dwarf2.h (DW_TAG_condition, DW_TAG_shared_type): New constants
61 from DWARF 3.
62 (DW_AT_description, DW_AT_binary_scale, DW_AT_decimal_scale,
63 DW_AT_small, DW_AT_decimal_sign, DW_AT_digit_count,
64 DW_AT_picture_string, DW_AT_mutable, DW_AT_threads_scaled,
65 DW_AT_explicit, DW_AT_object_pointer, DW_AT_endianity,
66 DW_AT_elemental, DW_AT_pure, DW_AT_recursive): New.
67 (DW_OP_form_tls_address, DW_OP_call_frame_cfa, DW_OP_bit_piece): New.
68 (DW_ATE_packed_decimal, DW_ATE_numeric_string, DW_ATE_edited,
69 DW_ATE_signed_fixed, DW_ATE_unsigned_fixed): New.
70 (DW_DS_unsigned, DW_DS_leading_overpunch, DW_DS_trailing_overpunch,
71 DW_DS_leading_separate, DW_DS_trailing_separate): New.
72 (DW_END_default, DW_END_big, DW_END_little): New.
73 (DW_END_lo_user, DW_END_hi_user): Define.
74 (DW_LNE_lo_user, DW_LNE_hi_user): Define.
75 (DW_CFA_val_offset, DW_CFA_val_offset_sf, DW_CFA_val_expression): New.
76 (DW_LANG_PLI, DW_LANG_ObjC, DW_LANG_ObjC_plus_plus, DW_LANG_UPC,
77 DW_LANG_D): New.
78
6772dd07
DD
792006-02-24 DJ Delorie <dj@redhat.com>
80
81 * m32c.h: Add relax relocs.
82
d70c5fc7
NC
832006-02-17 Shrirang Khisti <shrirangk@kpitcummins.com>
84 Anil Paranjape <anilp1@kpitcummins.com>
85 Shilin Shakti <shilins@kpitcummins.com>
86
87 * common.h (EM_XC16X): New entry for xc16x cpu.
88 Sort other EM_* numbers into numerical order.
89 * xc16x.h: New file.
90
84d1d650
L
912006-02-10 H.J. Lu <hongjiu.lu@intel.com>
92
93 PR binutils/2258
94 * internal.h (ELF_IS_SECTION_IN_SEGMENT_FILE): New.
95 (ELF_IS_SECTION_IN_SEGMENT_MEMORY): Likewise.
96
266abb8f
NS
972006-02-07 Nathan Sidwell <nathan@codesourcery.com>
98
99 * m68k.h (EF_CPU32, EF_M68000, EF_CFV4E): Rename to ...
100 (EF_M68K_CPU32, EF_M68K_M68000, EF_M68K_CFV4E): ... here.
101 (EF_M68K_ISA_MASK, EF_M68K_ISA_A, EF_M68K_M68K_ISA_A_PLUS,
102 EF_M68K_ISA_B, EF_M68K_HW_DIV, EF_M68K_MAC_MASK, EF_M68K_MAC,
103 EF_M68K_EMAC, EF_M68K_USP, EF_M68K_FLOAT): New.
104
1052006-02-06 Steve Ellcey <sje@cup.hp.com>
106
107 * ia64.h (SHF_IA_64_HP_TLS): New.
108
67a4f2b7
AO
1092006-01-18 Alexandre Oliva <aoliva@redhat.com>
110
111 Introduce TLS descriptors for i386 and x86_64.
112 * common.h (DT_TLSDESC_GOT, DT_TLSDESC_PLT): New.
113 * i386.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL, R_386_TLS_DESC):
114 New.
115 * x86-64.h (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
116 R_X86_64_TLSDESC): New.
117
64fd6348
NC
1182006-01-09 Mike Frysinger <vapier@gentoo.org>:
119
120 * common.h (EM_ALTERA_NIOS2, EM_NIOS32) Define.
121
d031aafb
NS
1222005-12-16 Nathan Sidwell <nathan@codesourcery.com>
123
124 Second part of ms1 to mt renaming.
125 * common.h (EM_MT): Renamed.
126 * mt.h: Rename relocs, cpu & other defines.
127
39b41c9c
PB
1282005-12-12 Paul Brook <paul@codesourcery.com>
129
130 * arm.h (elf32_arm_get_eabi_attr_int): Add prototype.
131
5e2b0d47
NC
1322005-11-11 Nick Clifton <nickc@redhat.com>
133
134 PR 1150
135 * mips.h (STO_OPTIONAL): Define.
136 (ELF_MIPS_IS_OPTIONAL): Define.
137
3c9b82ba
NC
1382005-09-30 Catherine Moore <clm@cm00re.com>
139
140 * bfin.h: New file.
141 * common.h (EM_BLACKFIN): Define.
142
ee065d83
PB
1432005-10-08 Paul Brook <paul@codesourcery.com>
144
145 * arm.h: Add prototypes for BFD object attribute routines.
146
1cacb694
RE
1472005-09-09 Richard Earnshaw <richard.earnshaw@arm.com>
148
149 * arm.h (SHT_ARM_PREEMPTMAP, SHT_ARM_ATTRIBUTES): New defines.
150
3c26c61a
DA
1512005-08-09 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
152
153 * hppa.h (SHT_PARISC_DLKM, SHF_PARISC_WEAKORDER, PT_PARISC_WEAKORDER):
154 New defines.
155
67762f6b
DA
1562005-08-04 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
157
158 * hppa.h (PF_HP_CODE, PF_HP_MODIFY, PF_HP_LAZYSWAP): Revise defines.
159 (PF_HP_CODE_DEPR, PF_HP_MODIFY_DEPR, PF_HP_LAZYSWAP_DEPR): New
160 deprecated defines.
161 (DT_HP_EPLTREL, DT_HP_EPLTRELSZ, DT_HP_FILTERED, DT_HP_FILTER_TLS,
162 DT_HP_COMPAT_FILTERED, DT_HP_LAZYLOAD, DT_HP_BIND_NOW_COUNT, DT_PLT,
163 DT_PLT_SIZE, DT_DLT, DT_DLT_SIZE, DT_HP_BIND_DEPTH_FIRST, DT_HP_GST,
164 DT_HP_SHLIB_FIXED, DT_HP_MERGE_SHLIB_SEG, DT_HP_NODELETE, DT_HP_GROUP,
165 DT_HP_PROTECT_LINKAGE_TABLE, PT_HP_OPT_ANNOT, PT_HP_HSL_ANNOT,
166 PT_HP_STACK, PT_HP_CORE_UTSNAME, NT_HP_COMPILER, NT_HP_COPYRIGHT,
167 NT_HP_VERSION, NT_HP_SRCFILE_INFO, NT_HP_LINKER, NT_HP_INSTRUMENTED,
168 NT_HP_UX_OPTIONS): Define.
169
fd54057a
DD
1702005-07-25 DJ Delorie <dj@redhat.com>
171
172 * m32c.h: Add R_M32C_8, R_M32C_LO16, R_M32C_HI8, and R_M32C_HI16.
173
3b22753a
L
1742005-07-25 Jan Hubicka <jh@suse.cz>
175
176 * x86-64.h (SHN_X86_64_LCOMMON): New.
177 (SHF_X86_64_LARGE): New.
178
157e7bd1
NC
1792005-07-20 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
180
181 * m32r.h (R_M32R_REL32): Added.
182
df45824a
BE
1832005-07-18 Ben Elliston <bje@au.ibm.com>
184
185 * dwarf2.h (enum dwarf_type): Remove DW_AT_GNU_decimal_float.
186 Replace with DW_ATE_decimal_float (now in DWARF 3).
187
49f58d10
JB
1882005-07-14 Jim Blandy <jimb@redhat.com>
189
190 Add support for Renesas M32C and M16C.
191 * common.h (EM_M32C): New machine number.
192 * m32c.h: New file.
193
d6ab8113
JB
1942005-06-17 Jan Beulich <jbeulich@novell.com>
195
196 * x86-64.h (elf_x86_64_reloc_type): Adjust comment for
197 R_X86_64_GOTPCREL. Add R_X86_64_PC64, R_X86_64_GOTOFF64, and
198 R_X86_64_GOTPC32.
199
3c33e371
AH
2002005-06-07 Aldy Hernandez <aldyh@redhat.com>
201 Michael Snyder <msnyder@redhat.com>
202 Stan Cox <scox@redhat.com>
203
204 * common.h (EM_MS1): Define.
205
206 * ms1.h: New file.
207
2acf634e
RH
2082005-05-31 Richard Henderson <rth@redhat.com>
209
210 * alpha.h (LITUSE_ALPHA_JSRDIRECT): New.
211
484124bb
RH
2122005-05-29 Richard Henderson <rth@redhat.com>
213
214 * alpha.h (DT_ALPHA_PLTRO): New.
215
d68f4033
BE
2162005-05-19 Ben Elliston <bje@au.ibm.com>
217
218 * dwarf2.h (enum dwarf_type): Assign DW_ATE_GNU_decimal_float from
219 the user-defined encoding space pending inclusion in the standard.
220
cb1afa5c
ZW
2212005-05-18 Zack Weinberg <zack@codesourcery.com>
222
223 * arm.h: Make all #ifndef OLD_ARM_ABI blocks
224 unconditional, delete all #ifdef OLD_ARM_ABI blocks.
225
c19d1205
ZW
2262005-05-17 Zack Weinberg <zack@codesourcery.com>
227
228 * arm.h: Import complete list of official relocation names
229 and numbers from AAELF. Define FAKE_RELOCs for old names.
230 Remove a few old names no longer used anywhere.
231
1fe44d79
AM
2322005-05-14 Alan Modra <amodra@bigpond.net.au>
233
234 * ppc.h (DT_PPC_GOT): Rename from DT_PPC_GLINK.
235
2df98d85
AM
2362005-05-11 Alan Modra <amodra@bigpond.net.au>
237
238 * ppc.h (R_PPC_RELAX32, R_PPC_RELAX32PC, R_PPC_RELAX32_PLT,
239 R_PPC_RELAX32PC_PLT) Adjust.
240 (R_PPC_REL16, R_PPC_REL16_LO, R_PPC_REL16_HI, R_PPC_REL16_HA): Define.
241 (DT_PPC_GLINK): Define.
242
e172dbf8
NC
2432005-05-10 Nick Clifton <nickc@redhat.com>
244
245 * Update the address and phone number of the FSF organization in
246 the GPL notices in the following files:
2df98d85 247 alpha.h, arc.h, arm.h, avr.h, common.h, cr16c.h, cris.h, crx.h,
e172dbf8
NC
248 d10v.h, d30v.h, dlx.h, dwarf.h, dwarf2.h, external.h, fr30.h,
249 frv.h, h8.h, hppa.h, i370.h, i386.h, i860.h, i960.h, ia64.h,
250 internal.h, ip2k.h, iq2000.h, m32r.h, m68hc11.h, m68k.h, mcore.h,
251 mips.h, mmix.h, mn10200.h, mn10300.h, msp430.h, openrisc.h,
252 or32.h, pj.h, ppc.h, ppc64.h, reloc-macros.h, s390.h, sh.h,
253 sparc.h, v850.h, vax.h, x86-64.h, xstormy16.h, xtensa.h
2df98d85 254
faa7ef87
L
2552005-04-13 H.J. Lu <hongjiu.lu@intel.com>
256
a63027e5
L
257 Moved from ../ChangeLog
258
faa7ef87
L
259 2004-10-27 Richard Earnshaw <rearnsha@arm.com>
260 * arm.h: Add R_ARM_CALL and R_ARM_JUMP32.
261
262 2004-10-12 Paul Brook <paul@codesourcery.com>
263 * arm.h (EF_ARM_EABI_VER4): Define.
264
265 2004-10-08 Daniel Jacobowitz <dan@debian.org>
266
267 * common.h (PT_SUNW_EH_FRAME): Define.
268 * x86-64.h (SHT_X86_64_UNWIND): Define.
269
270 2004-10-07 Bob Wilson <bob.wilson@acm.org>
271 * xtensa.h (R_XTENSA_DIFF8, R_XTENSA_DIFF16, R_XTENSA_DIFF32,
272 R_XTENSA_SLOT*_OP, R_XTENSA_SLOT*_ALT): New relocations.
273 (XTENSA_PROP_SEC_NAME): Define.
274 (property_table_entry): Add flags field.
275 (XTENSA_PROP_*, GET_XTENSA_PROP_*, SET_XTENSA_PROP_*): Define.
276
277 2004-09-17 Paul Brook <paul@codesourcery.com>
278 * arm.h: Remove R_ARM_STKCHK and R_ARM_THM_STKCHK.
279 Add R_ARM_TARGET2, R_ARM_PREL31, R_ARM_GOT_ABS, R_ARM_GOT_PREL,
280 R_ARM_GOT_BREL12, R_ARM_GOTOFF12 and R_ARM_GOTRELAX.
281
282 2004-09-13 Paul Brook <paul@codesourcery.com>
283 * arm.h: Rename RELABS to TARGET1.
284
285 2004-05-11 Jakub Jelinek <jakub@redhat.com>
286 * common.h (PT_GNU_EH_FRAME, PT_GNU_STACK): Add comments.
287 (PT_GNU_RELRO): Define.
288
ba93b8ac
DJ
2892005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
290 Phil Blundell <philb@gnu.org>
291
292 * arm.h: Add TLS relocations.
293
c927f9ef
BE
2942005-03-23 Ben Elliston <bje@au.ibm.com>
295
296 * dwarf.h: Merge with GCC's dwarf.h.
297
238d258f
NC
2982005-03-18 C Jaipraash <cjaiprakash@noida.hcltech.com>
299
300 * m68k.h (EF_CFV4E): Define.
301
b294bdf8
MM
3022005-03-17 Paul Brook <paul@codesourcery.com>
303 Dan Jacobowitz <dan@codesourcery.com>
304 Mark Mitchell <mark@codesourcery.com>
305
306 * arm.h (PT_ARM_EXIDX): Define.
307
51cb3ca7
DJ
3082005-03-02 Daniel Jacobowitz <dan@codesourcery.com>
309 Joseph Myers <joseph@codesourcery.com>
310
311 * mips.h: Define MIPS TLS relocations.
312
d6f16593 3132005-02-15 Nigel Stephens <nigel@mips.com>
faa7ef87 314 Maciej W. Rozycki <macro@mips.com>
d6f16593
MR
315
316 * mips.h (R_MIPS16_GOT16): New reloc code.
317 (R_MIPS16_CALL16): Likewise.
318 (R_MIPS16_HI16): Likewise.
319 (R_MIPS16_LO16): Likewise.
320 (R_MIPS16_min): New fake reloc code.
321 (R_MIPS16_max): Likewise.
322
a1c17af2
MR
3232005-02-11 Maciej W. Rozycki <macro@mips.com>
324
325 * mips.h (R_MIPS_max): Use FAKE_RELOC to define.
326
90219bd0
AO
3272005-01-25 Alexandre Oliva <aoliva@redhat.com>
328
329 2004-12-10 Alexandre Oliva <aoliva@redhat.com>
330 * frv.h: Add R_FRV_TLSMOFF.
331 2004-11-10 Alexandre Oliva <aoliva@redhat.com>
332 * frv.h: Add TLS relocations.
333
e38bc3b5
NC
3342005-01-17 Nick Clifton <nickc@redhat.com>
335
336 * sh.h (EF_SH2A_SH4_NOFPU, EF_SH2A_SH3_NOFPU, EF_SH2A_SH4,
337 EF_SH2A_SH3E): New flags.
338 (EF_SH_BFD_TABLE): Add these new flags to the table.
339
b4a38de6
AM
3402005-01-12 Alan Modra <amodra@bigpond.net.au>
341
342 * ppc.h (R_PPC_RELAX32_PLT, R_PPC_RELAX32PC_PLT): Define.
343 (R_PPC_RELAX32, R_PPC_RELAX32PC): Adjust value.
344
750bce0e 3452004-12-22 Klaus Rudolph <lts-rudolph@gmx.de>
2df98d85 346
faa7ef87 347 * avr.h (R_AVR_LDI, R_AVR_6, R_AVR_6_ADIW): New relocs.
750bce0e 348
1e50d24d
RS
3492004-12-16 Richard Sandiford <rsandifo@redhat.com>
350
351 * v850.h (R_V850_LO16_SPLIT_OFFSET): New reloc.
352
69881c93
ILT
3532004-12-09 Ian Lance Taylor <ian@wasabisystems.com>
354
355 * mips.h (E_MIPS_MACH_9000): Define.
356
b676888f
HPN
3572004-11-04 Hans-Peter Nilsson <hp@axis.com>
358
359 * cris.h (EF_CRIS_VARIANT_MASK, EF_CRIS_VARIANT_ANY_V0_V10)
360 (EF_CRIS_VARIANT_V32, EF_CRIS_VARIANT_COMMON_V10_V32): New
361 macros.
362
637cf767
EC
3632004-10-06 Eric Christopher <echristo@redhat.com>
364
365 * dwarf2.h: Sync with gcc dwarf2.h. Fix typo.
366
40a18ebd
NC
3672004-10-01 Paul Brook <paul@codesourcery.com>
368
369 * arm.h (SHT_ARM_EXIDX): Define.
370 (ELF_STRING_ARM_unwind, ELF_STRING_ARM_unwind,
371 ELF_STRING_ARM_unwind_once, ELF_STRING_ARM_unwind_info_once):
372 Define.
373
b18c562e
NC
3742004-08-25 Dmitry Diky <diwil@spec.ru>
375
376 * msp430.h: Add new relocs.
377
083febaa
L
3782004-08-12 H.J. Lu <hongjiu.lu@intel.com>
379
380 * i386.h (R_386_USED_BY_INTEL_200): New.
381
1d70c7fb
AO
3822004-07-29 Alexandre Oliva <aoliva@redhat.com>
383
384 Introduce SH2a support.
385 2004-02-18 Corinna Vinschen <vinschen@redhat.com>
386 * sh.h (EF_SH2A_NOFPU): New.
387 2003-12-01 Michael Snyder <msnyder@redhat.com>
388 * sh.h (EF_SH2A): New.
389
670ec21d
NC
3902004-07-27 Tomer Levi <Tomer.Levi@nsc.com>
391
392 * crx.h: Add BFD_RELOC_CRX_SWITCH8, BFD_RELOC_CRX_SWITCH16,
393 BFD_RELOC_CRX_SWITCH32.
394
1fe1f39c
NC
3952004-07-06 Tomer Levi <Tomer.Levi@nsc.com>
396
397 * common.h (EM_CRX): Define.
398 * crx.h: New file.
399
097f809a
NC
4002004-06-25 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
401
402 * m32r.h: Add defintions of R_M32R_GOTOFF_HI_ULO,
403 R_M32R_GOTOFF_HI_SLO and R_M32R_GOTOFF_LO.
404
375db92b
AM
4052004-06-19 Alan Modra <amodra@bigpond.net.au>
406
407 * common.h (ELF64_R_INFO): Warning fix.
408
092dcd75
CD
4092004-06-14 Chris Demetriou <cgd@broadcom.com>
410
411 * mips.h (R_MIPS_PC32): Add back (undoing removal on 2004-04-24),
412 with an updated comment.
413
f6f9408f
JR
4142004-05-28 Andrew Stubbs <andrew.stubbs@superh.com>
415
416 * sh.h (EF_SH_HAS_DSP): Remove.
417 (EF_SH_HAS_FP): Remove.
418 (EF_SH_MERGE_MACH): Remove.
419 (EF_SH4_NOFPU): Convert to decimal.
420 (EF_SH4A_NOFPU): Likewise.
421 (EF_SH4_NOMMU_NOFPU): Likewise.
422 (EF_SH3_NOMMU): Add new macro.
423 (EF_SH_BFD_TABLE): Likewise.
424 (sh_find_elf_flags): Add prototype.
425 (sh_elf_get_flags_from_mach): Likewise.
426
4030e8f6
CD
4272004-04-24 Chris Demetriou <cgd@broadcom.com>
428
429 * mips.h (R_MIPS_PC32, R_MIPS_PC64, R_MIPS_GNU_REL_LO16)
430 (R_MIPS_GNU_REL_HI16): Remove.
431 (R_MIPS_GNU_REL16_S2): Update comment.
432
0949843d 4332004-30-30 Galit Heller <Galit.Heller@nsc.com>
faa7ef87 434 Tomer Levi <Tomer.Levi@nsc.com>
0949843d
NC
435
436 * common.h (EM_CR): Define.
437 * cr16c.h: New file.
438
d507cf36
PB
4392004-03-23 Paul Brook <paul@codesourcery.com>
440
441 * arm.h (EF_ERM_BE8, EF_ARM_LE8, EF_ARM_EABI_VER3): Add.
442
ae51a426
JR
4432003-03-03 Andrew Stubbs <andrew.stubbs@superh.com>
444
445 * sh.h: Add EF_SH4_NOMMU_NOFPU.
446
676a64f4
RS
4472004-03-01 Richard Sandiford <rsandifo@redhat.com>
448
449 * frv.h (EF_FRV_CPU_FR405, EF_FRV_CPU_FR450): Define.
450
481fedf3
RM
4512004-01-28 Roland McGrath <roland@redhat.com>
452
453 * common.h (AT_SECURE): New macro.
454
7e67eb11
RM
4552004-01-21 Roland McGrath <roland@redhat.com>
456
457 * common.h (AT_SUN_UID, AT_SUN_RUID, AT_SUN_GID): New macros.
458 (AT_SUN_RGID, AT_SUN_LDELF, AT_SUN_LDSHDR, AT_SUN_LDNAME,
459 AT_SUN_LPAGESZ, AT_SUN_PLATFORM, AT_SUN_HWCAP, AT_SUN_IFLUSH,
460 AT_SUN_CPU, AT_SUN_EMUL_ENTRY, AT_SUN_EMUL_EXECFD,
461 AT_SUN_EXECNAME) AT_SUN_MMU, AT_SUN_LDDATA): Likewise.
462
3fe74472
MK
4632004-01-17 Mark Kettenis <kettenis@gnu.org>
464
465 * common.h (NT_OPENBSD_IDENT): Define.
466
79987b2f
AO
4672004-01-06 Alexandre Oliva <aoliva@redhat.com>
468
469 2003-09-18 Alexandre Oliva <aoliva@redhat.com>
470 * frv.h (EF_FRV_FDPIC): New macro.
471 (EF_FRV_PIC_FLAGS): Adjust.
472 2003-08-08 Alexandre Oliva <aoliva@redhat.com>
473 * frv.h (R_FRV_FUNCDESC_VALUE, R_FRV_FUNCDESC_GOTOFF12,
474 R_FRV_FUNCDESC_GOTOFFLO, R_FRV_FUNCDESC_GOTOFFHI, R_FRV_GOTOFF12,
475 R_FRV_GOTOFFLO, R_FRV_GOTOFFHI): New.
476 2003-08-04 Alexandre Oliva <aoliva@redhat.com>
477 * frv.h (R_FRV_GOT12, R_FRV_GOTHI, R_FRV_GOTLO, R_FRV_FUNCDESC,
478 R_FRV_FUNCDESC_GOT12, R_FRV_FUNCDESC_GOTHI, R_FRV_FUNCDESC_GOTLO):
479 New.
480
252b5132 481
c9e214e5 482For older changes see ChangeLog-9103
252b5132
RH
483\f
484Local Variables:
c9e214e5
AM
485mode: change-log
486left-margin: 8
487fill-column: 74
252b5132
RH
488version-control: never
489End:
This page took 0.323034 seconds and 4 git commands to generate.