bfd/
[platform/upstream/binutils.git] / include / elf / ChangeLog
1 2006-12-07  Kazu Hirata  <kazu@codesourcery.com>
2
3         * m68k.h (EF_M68K_ISA_MASK, EF_M68K_ISA_A_NODIV,
4         EF_M68K_ISA_A, EF_M68K_ISA_A_PLUS, EF_M68K_ISA_B_NOUSP,
5         EF_M68K_ISA_B, EF_M68K_ISA_C, EF_M68K_MAC_MASK, EF_M68K_MAC,
6         EF_M68K_EMAC, EF_M68K_EMAC_B, EF_M68K_FLOAT): Rename to
7         EF_M68K_CF_ISA_MASK, EF_M68K_CF_ISA_A_NODIV, EF_M68K_CF_ISA_A,
8         EF_M68K_CF_ISA_A_PLUS, EF_M68K_CF_ISA_B_NOUSP,
9         EF_M68K_CF_ISA_B, EF_M68K_CF_ISA_C, EF_M68K_CF_MAC_MASK,
10         EF_M68K_CF_MAC, EF_M68K_CF_EMAC, EF_M68K_CF_EMAC_B,
11         EF_M68K_CF_FLOAT, respectively.
12
13 2006-12-05  Michael Tautschnig  <tautschn@model.in.tum.de>
14             Nick Clifton  <nickc@redhat.com>
15
16         * external.h (struct Elf_External_Versym): Use ATTRIBUTE_PACKED.
17
18 2006-10-28  Richard Sandiford  <richard@codesourcery.com>
19
20         * mips.h (R_MIPS_GLOB_DAT): Define
21         (R_MIPS_max): Bump by 1.
22
23 2006-10-25  Trevor Smigiel  <Trevor_Smigiel@playstation.sony.com>
24             Yukishige Shibata  <shibata@rd.scei.sony.co.jp>
25             Nobuhisa Fujinami  <fnami@rd.scei.sony.co.jp>
26             Takeaki Fukuoka  <fukuoka@rd.scei.sony.co.jp>
27             Alan Modra  <amodra@bigpond.net.au>
28
29         * common.h (EM_SPU): Define.
30         * spu.h: New file.
31
32 2006-10-19  Mei Ligang  <ligang@sunnorth.com.cn>
33
34         * score.h (EF_SCORE_PIC): Redefine EF_SCORE_PIC as 0x80000000.
35         (EF_SCORE_FIXDEP): Redefine EF_SCORE_FIXDEP as 0x40000000.
36         (EF_SCORE_HASENTRY): Delete.
37
38 2006-09-17  Mei Ligang  <ligang@sunnorth.com.cn>
39
40         * score.h: New file.
41         * common.h: Add Score machine number.
42
43 2006-07-10  Jakub Jelinek  <jakub@redhat.com>
44
45         * common.h (SHT_GNU_HASH, DT_GNU_HASH): Define.
46
47 2006-05-31  H.J. Lu  <hongjiu.lu@intel.com>
48
49         * internal.h (ELF_SECTION_SIZE): New.
50         (ELF_IS_SECTION_IN_SEGMENT): Likewise.
51         (ELF_IS_SECTION_IN_SEGMENT_FILE): Updated.
52         (ELF_IS_SECTION_IN_SEGMENT_MEMORY): Likewise.
53
54 2006-05-27  H.J. Lu  <hongjiu.lu@intel.com>
55
56         * internal.h (struct elf_segment_map): Add p_align and p_align_valid.
57
58 2006-05-24  Carlos O'Donell  <carlos@systemhalted.org>
59             Randolph Chung  <randolph@tausq.org>
60         * hppa.h (R_PARISC_TLS_GD21L, R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL,
61         R_PARISC_TLS_LDM21L, R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL,
62         R_PARISC_TLS_LDO21L, R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, 
63         R_PARISC_TLS_DTPMOD64, R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64): 
64         New TLS relocs.
65         (R_PARISC_TLS_LE21L, R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L,
66         R_PARISC_TLS_IE14R, R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64):
67         Define TLS relocs using existing equivalents.
68
69 2006-05-24  Bjoern Haase  <bjoern.m.haase@web.de> 
70         
71         * avr.h: Add E_AVR_MACH_AVR6, R_AVR_LO8_LDI_GS and R_AVR_HI8_LDI_GS.
72
73 2006-03-22  Richard Sandiford  <richard@codesourcery.com>
74             Daniel Jacobowitz  <dan@codesourcery.com>
75             Phil Edwards  <phil@codesourcery.com>
76             Zack Weinberg  <zack@codesourcery.com>
77             Mark Mitchell  <mark@codesourcery.com>
78             Nathan Sidwell  <nathan@codesourcery.com>
79
80         * mips.h (R_MIPS_COPY, R_MIPS_JUMP_SLOT): New relocs.
81
82 2006-03-19  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
83
84         * hppa.h (SHF_HP_TLS, SHF_HP_NEAR_SHARED, SHF_HP_FAR_SHARED,
85         SHF_HP_COMDAT, SHF_HP_CONST, SHN_TLS_COMMON, SHN_NS_COMMON,
86         SHN_NS_UNDEF, SHN_FS_UNDEF, SHN_HP_EXTERN, SHN_HP_EXTHINT,
87         SHN_HP_UNDEF_BIND_IMM, SHT_HP_OVLBITS, SHT_HP_DLKM, SHT_HP_COMDAT,
88         SHT_HP_OBJDICT, SHT_HP_ANNOT, STB_HP_ALIAS): Define.
89
90 2006-03-10  Paul Brook  <paul@codesourcery.com>
91
92         * arm.h (EF_ARM_EABI_VER5): Define.
93
94 2006-03-06  Nathan Sidwell  <nathan@codesourcery.com>
95
96         * m68k.h (EF_M68K_ISA_MASK, EF_M68K_ISA_A,
97         EF_M68K_ISA_A_PLUS, EF_M68K_ISA_B, EF_M68K_ISA_C): Adjust.
98         (EF_M68K_ISA_A_NODIV, EF_M68K_ISA_B_NOUSP): New.
99         (EF_M68K_HW_DIV, EF_M68K_USP): Remove.
100         (EF_M68K_MAC, EF_M68K_EMAC, EF_M68K_FLOAT): Adjust.
101         (EF_M68K_EMAC_B): New.
102
103 2006-03-03  Bjoern Haase  <bjoern.m.haase@web.de>
104
105         * avr.h (R_AVR_MS8_LDI,R_AVR_MS8_LDI_NEG): Add.
106         (EF_AVR_LINKRELAX_PREPARED): Add.
107
108 2006-03-02  Ben Elliston  <bje@au.ibm.com>
109
110         Import from the GCC tree:
111         2006-03-01  Jakub Jelinek  <jakub@redhat.com>
112
113         * dwarf2.h (DW_TAG_condition, DW_TAG_shared_type): New constants
114         from DWARF 3.
115         (DW_AT_description, DW_AT_binary_scale, DW_AT_decimal_scale,
116         DW_AT_small, DW_AT_decimal_sign, DW_AT_digit_count,
117         DW_AT_picture_string, DW_AT_mutable, DW_AT_threads_scaled,
118         DW_AT_explicit, DW_AT_object_pointer, DW_AT_endianity,
119         DW_AT_elemental, DW_AT_pure, DW_AT_recursive): New.
120         (DW_OP_form_tls_address, DW_OP_call_frame_cfa, DW_OP_bit_piece): New.
121         (DW_ATE_packed_decimal, DW_ATE_numeric_string, DW_ATE_edited,
122         DW_ATE_signed_fixed, DW_ATE_unsigned_fixed): New.
123         (DW_DS_unsigned, DW_DS_leading_overpunch, DW_DS_trailing_overpunch,
124         DW_DS_leading_separate, DW_DS_trailing_separate): New.
125         (DW_END_default, DW_END_big, DW_END_little): New.
126         (DW_END_lo_user, DW_END_hi_user): Define.
127         (DW_LNE_lo_user, DW_LNE_hi_user): Define.
128         (DW_CFA_val_offset, DW_CFA_val_offset_sf, DW_CFA_val_expression): New.
129         (DW_LANG_PLI, DW_LANG_ObjC, DW_LANG_ObjC_plus_plus, DW_LANG_UPC,
130         DW_LANG_D): New.
131
132 2006-02-24  DJ Delorie  <dj@redhat.com>
133
134         * m32c.h: Add relax relocs.
135
136 2006-02-17  Shrirang Khisti  <shrirangk@kpitcummins.com>
137             Anil Paranjape   <anilp1@kpitcummins.com>
138             Shilin Shakti    <shilins@kpitcummins.com>
139
140         * common.h (EM_XC16X): New entry for xc16x cpu.
141         Sort other EM_* numbers into numerical order.
142         * xc16x.h: New file.
143         
144 2006-02-10  H.J. Lu  <hongjiu.lu@intel.com>
145
146         PR binutils/2258
147         * internal.h (ELF_IS_SECTION_IN_SEGMENT_FILE): New.
148         (ELF_IS_SECTION_IN_SEGMENT_MEMORY): Likewise.
149
150 2006-02-07  Nathan Sidwell  <nathan@codesourcery.com>
151
152         * m68k.h (EF_CPU32, EF_M68000, EF_CFV4E): Rename to ...
153         (EF_M68K_CPU32, EF_M68K_M68000, EF_M68K_CFV4E): ... here.
154         (EF_M68K_ISA_MASK, EF_M68K_ISA_A, EF_M68K_M68K_ISA_A_PLUS,
155         EF_M68K_ISA_B, EF_M68K_HW_DIV, EF_M68K_MAC_MASK, EF_M68K_MAC,
156         EF_M68K_EMAC, EF_M68K_USP, EF_M68K_FLOAT): New.
157
158 2006-02-06  Steve Ellcey  <sje@cup.hp.com>
159
160         * ia64.h (SHF_IA_64_HP_TLS): New.
161
162 2006-01-18  Alexandre Oliva  <aoliva@redhat.com>
163
164         Introduce TLS descriptors for i386 and x86_64.
165         * common.h (DT_TLSDESC_GOT, DT_TLSDESC_PLT): New.
166         * i386.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL, R_386_TLS_DESC):
167         New.
168         * x86-64.h (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
169         R_X86_64_TLSDESC): New.
170
171 2006-01-09  Mike Frysinger  <vapier@gentoo.org>:
172
173         * common.h (EM_ALTERA_NIOS2, EM_NIOS32) Define.
174
175 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
176
177         Second part of ms1 to mt renaming.
178         * common.h (EM_MT): Renamed.
179         * mt.h: Rename relocs, cpu & other defines.
180
181 2005-12-12  Paul Brook  <paul@codesourcery.com>
182
183         * arm.h (elf32_arm_get_eabi_attr_int): Add prototype.
184
185 2005-11-11  Nick Clifton  <nickc@redhat.com>
186
187         PR 1150
188         * mips.h (STO_OPTIONAL): Define.
189         (ELF_MIPS_IS_OPTIONAL): Define.
190
191 2005-09-30  Catherine Moore  <clm@cm00re.com>
192
193         * bfin.h: New file.
194         * common.h (EM_BLACKFIN): Define.
195
196 2005-10-08  Paul Brook  <paul@codesourcery.com>
197
198         * arm.h: Add prototypes for BFD object attribute routines.
199
200 2005-09-09  Richard Earnshaw  <richard.earnshaw@arm.com>
201
202         * arm.h (SHT_ARM_PREEMPTMAP, SHT_ARM_ATTRIBUTES): New defines.
203
204 2005-08-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
205
206         * hppa.h (SHT_PARISC_DLKM, SHF_PARISC_WEAKORDER, PT_PARISC_WEAKORDER):
207         New defines.
208
209 2005-08-04  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
210
211         * hppa.h (PF_HP_CODE, PF_HP_MODIFY, PF_HP_LAZYSWAP): Revise defines.
212         (PF_HP_CODE_DEPR, PF_HP_MODIFY_DEPR, PF_HP_LAZYSWAP_DEPR): New
213         deprecated defines.
214         (DT_HP_EPLTREL, DT_HP_EPLTRELSZ, DT_HP_FILTERED, DT_HP_FILTER_TLS,
215         DT_HP_COMPAT_FILTERED, DT_HP_LAZYLOAD, DT_HP_BIND_NOW_COUNT, DT_PLT,
216         DT_PLT_SIZE, DT_DLT, DT_DLT_SIZE, DT_HP_BIND_DEPTH_FIRST, DT_HP_GST,
217         DT_HP_SHLIB_FIXED, DT_HP_MERGE_SHLIB_SEG, DT_HP_NODELETE, DT_HP_GROUP,
218         DT_HP_PROTECT_LINKAGE_TABLE, PT_HP_OPT_ANNOT, PT_HP_HSL_ANNOT,
219         PT_HP_STACK, PT_HP_CORE_UTSNAME, NT_HP_COMPILER, NT_HP_COPYRIGHT,
220         NT_HP_VERSION, NT_HP_SRCFILE_INFO, NT_HP_LINKER, NT_HP_INSTRUMENTED,
221         NT_HP_UX_OPTIONS): Define.
222
223 2005-07-25  DJ Delorie  <dj@redhat.com>
224
225         * m32c.h: Add R_M32C_8, R_M32C_LO16, R_M32C_HI8, and R_M32C_HI16.
226
227 2005-07-25  Jan Hubicka  <jh@suse.cz>
228
229         * x86-64.h (SHN_X86_64_LCOMMON): New.
230         (SHF_X86_64_LARGE): New.
231
232 2005-07-20  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
233
234         * m32r.h (R_M32R_REL32): Added.
235
236 2005-07-18  Ben Elliston  <bje@au.ibm.com>
237
238         * dwarf2.h (enum dwarf_type): Remove DW_AT_GNU_decimal_float.
239         Replace with DW_ATE_decimal_float (now in DWARF 3).
240
241 2005-07-14  Jim Blandy  <jimb@redhat.com>
242
243         Add support for Renesas M32C and M16C.
244         * common.h (EM_M32C): New machine number.
245         * m32c.h: New file.
246         
247 2005-06-17  Jan Beulich  <jbeulich@novell.com>
248
249         * x86-64.h (elf_x86_64_reloc_type): Adjust comment for
250         R_X86_64_GOTPCREL. Add R_X86_64_PC64, R_X86_64_GOTOFF64, and
251         R_X86_64_GOTPC32.
252
253 2005-06-07  Aldy Hernandez  <aldyh@redhat.com>
254             Michael Snyder  <msnyder@redhat.com>
255             Stan Cox  <scox@redhat.com>
256
257         * common.h (EM_MS1): Define.
258
259         * ms1.h: New file.
260
261 2005-05-31  Richard Henderson  <rth@redhat.com>
262
263         * alpha.h (LITUSE_ALPHA_JSRDIRECT): New.
264
265 2005-05-29  Richard Henderson  <rth@redhat.com>
266
267         * alpha.h (DT_ALPHA_PLTRO): New.
268
269 2005-05-19  Ben Elliston  <bje@au.ibm.com>
270
271         * dwarf2.h (enum dwarf_type): Assign DW_ATE_GNU_decimal_float from
272         the user-defined encoding space pending inclusion in the standard.
273
274 2005-05-18  Zack Weinberg  <zack@codesourcery.com>
275
276         * arm.h: Make all #ifndef OLD_ARM_ABI blocks
277         unconditional, delete all #ifdef OLD_ARM_ABI blocks.
278
279 2005-05-17  Zack Weinberg  <zack@codesourcery.com>
280
281         * arm.h: Import complete list of official relocation names
282         and numbers from AAELF.  Define FAKE_RELOCs for old names.
283         Remove a few old names no longer used anywhere.
284
285 2005-05-14  Alan Modra  <amodra@bigpond.net.au>
286
287         * ppc.h (DT_PPC_GOT): Rename from DT_PPC_GLINK.
288
289 2005-05-11  Alan Modra  <amodra@bigpond.net.au>
290
291         * ppc.h (R_PPC_RELAX32, R_PPC_RELAX32PC, R_PPC_RELAX32_PLT,
292         R_PPC_RELAX32PC_PLT) Adjust.
293         (R_PPC_REL16, R_PPC_REL16_LO, R_PPC_REL16_HI, R_PPC_REL16_HA): Define.
294         (DT_PPC_GLINK): Define.
295
296 2005-05-10  Nick Clifton  <nickc@redhat.com>
297
298         * Update the address and phone number of the FSF organization in
299         the GPL notices in the following files:
300         alpha.h, arc.h, arm.h, avr.h, common.h, cr16c.h, cris.h, crx.h,
301         d10v.h, d30v.h, dlx.h, dwarf.h, dwarf2.h, external.h, fr30.h,
302         frv.h, h8.h, hppa.h, i370.h, i386.h, i860.h, i960.h, ia64.h,
303         internal.h, ip2k.h, iq2000.h, m32r.h, m68hc11.h, m68k.h, mcore.h,
304         mips.h, mmix.h, mn10200.h, mn10300.h, msp430.h, openrisc.h,
305         or32.h, pj.h, ppc.h, ppc64.h, reloc-macros.h, s390.h, sh.h,
306         sparc.h, v850.h,  vax.h, x86-64.h, xstormy16.h, xtensa.h
307
308 2005-04-13  H.J. Lu  <hongjiu.lu@intel.com>
309
310         Moved from ../ChangeLog
311
312         2004-10-27  Richard Earnshaw  <rearnsha@arm.com>
313         * arm.h: Add R_ARM_CALL and R_ARM_JUMP32.
314
315         2004-10-12  Paul Brook  <paul@codesourcery.com>
316         * arm.h (EF_ARM_EABI_VER4): Define.
317
318         2004-10-08  Daniel Jacobowitz  <dan@debian.org>
319
320         * common.h (PT_SUNW_EH_FRAME): Define.
321         * x86-64.h (SHT_X86_64_UNWIND): Define.
322
323         2004-10-07  Bob Wilson  <bob.wilson@acm.org>
324         * xtensa.h (R_XTENSA_DIFF8, R_XTENSA_DIFF16, R_XTENSA_DIFF32,
325         R_XTENSA_SLOT*_OP, R_XTENSA_SLOT*_ALT): New relocations.
326         (XTENSA_PROP_SEC_NAME): Define.
327         (property_table_entry): Add flags field.
328         (XTENSA_PROP_*, GET_XTENSA_PROP_*, SET_XTENSA_PROP_*): Define.
329
330         2004-09-17  Paul Brook  <paul@codesourcery.com>
331         * arm.h: Remove R_ARM_STKCHK and R_ARM_THM_STKCHK.
332         Add R_ARM_TARGET2, R_ARM_PREL31, R_ARM_GOT_ABS, R_ARM_GOT_PREL,
333         R_ARM_GOT_BREL12, R_ARM_GOTOFF12 and R_ARM_GOTRELAX.
334
335         2004-09-13  Paul Brook  <paul@codesourcery.com>
336         * arm.h: Rename RELABS to TARGET1.
337
338         2004-05-11  Jakub Jelinek  <jakub@redhat.com>
339         * common.h (PT_GNU_EH_FRAME, PT_GNU_STACK): Add comments.
340         (PT_GNU_RELRO): Define.
341
342 2005-03-29  Daniel Jacobowitz  <dan@codesourcery.com>
343             Phil Blundell  <philb@gnu.org>
344
345         * arm.h: Add TLS relocations.
346
347 2005-03-23  Ben Elliston  <bje@au.ibm.com>
348
349         * dwarf.h: Merge with GCC's dwarf.h.
350
351 2005-03-18  C Jaipraash  <cjaiprakash@noida.hcltech.com>
352
353         * m68k.h (EF_CFV4E): Define.
354
355 2005-03-17  Paul Brook <paul@codesourcery.com>
356             Dan Jacobowitz <dan@codesourcery.com>
357             Mark Mitchell  <mark@codesourcery.com>
358
359         * arm.h (PT_ARM_EXIDX): Define.
360
361 2005-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
362             Joseph Myers  <joseph@codesourcery.com>
363
364         * mips.h: Define MIPS TLS relocations.
365
366 2005-02-15  Nigel Stephens  <nigel@mips.com>
367             Maciej W. Rozycki  <macro@mips.com>
368
369         * mips.h (R_MIPS16_GOT16): New reloc code.
370         (R_MIPS16_CALL16): Likewise.
371         (R_MIPS16_HI16): Likewise.
372         (R_MIPS16_LO16): Likewise.
373         (R_MIPS16_min): New fake reloc code.
374         (R_MIPS16_max): Likewise.
375
376 2005-02-11  Maciej W. Rozycki  <macro@mips.com>
377
378         * mips.h (R_MIPS_max): Use FAKE_RELOC to define.
379
380 2005-01-25  Alexandre Oliva  <aoliva@redhat.com>
381
382         2004-12-10  Alexandre Oliva  <aoliva@redhat.com>
383         * frv.h: Add R_FRV_TLSMOFF.
384         2004-11-10  Alexandre Oliva  <aoliva@redhat.com>
385         * frv.h: Add TLS relocations.
386
387 2005-01-17  Nick Clifton  <nickc@redhat.com>
388
389         * sh.h (EF_SH2A_SH4_NOFPU, EF_SH2A_SH3_NOFPU, EF_SH2A_SH4,
390         EF_SH2A_SH3E): New flags.
391         (EF_SH_BFD_TABLE): Add these new flags to the table.
392
393 2005-01-12  Alan Modra  <amodra@bigpond.net.au>
394
395         * ppc.h (R_PPC_RELAX32_PLT, R_PPC_RELAX32PC_PLT): Define.
396         (R_PPC_RELAX32, R_PPC_RELAX32PC): Adjust value.
397
398 2004-12-22  Klaus Rudolph  <lts-rudolph@gmx.de>
399
400         * avr.h (R_AVR_LDI, R_AVR_6, R_AVR_6_ADIW): New relocs.
401
402 2004-12-16  Richard Sandiford  <rsandifo@redhat.com>
403
404         * v850.h (R_V850_LO16_SPLIT_OFFSET): New reloc.
405
406 2004-12-09  Ian Lance Taylor  <ian@wasabisystems.com>
407
408         * mips.h (E_MIPS_MACH_9000): Define.
409
410 2004-11-04  Hans-Peter Nilsson  <hp@axis.com>
411
412         * cris.h (EF_CRIS_VARIANT_MASK, EF_CRIS_VARIANT_ANY_V0_V10)
413         (EF_CRIS_VARIANT_V32, EF_CRIS_VARIANT_COMMON_V10_V32): New
414         macros.
415
416 2004-10-06  Eric Christopher  <echristo@redhat.com>
417
418         * dwarf2.h: Sync with gcc dwarf2.h. Fix typo.
419
420 2004-10-01  Paul Brook  <paul@codesourcery.com>
421
422         * arm.h (SHT_ARM_EXIDX): Define.
423         (ELF_STRING_ARM_unwind, ELF_STRING_ARM_unwind,
424         ELF_STRING_ARM_unwind_once, ELF_STRING_ARM_unwind_info_once):
425         Define.
426
427 2004-08-25  Dmitry Diky  <diwil@spec.ru>
428
429         * msp430.h: Add new relocs.
430
431 2004-08-12  H.J. Lu  <hongjiu.lu@intel.com>
432
433         * i386.h (R_386_USED_BY_INTEL_200): New.
434
435 2004-07-29  Alexandre Oliva  <aoliva@redhat.com>
436
437         Introduce SH2a support.
438         2004-02-18  Corinna Vinschen  <vinschen@redhat.com>
439         * sh.h (EF_SH2A_NOFPU): New.
440         2003-12-01  Michael Snyder  <msnyder@redhat.com>
441         * sh.h (EF_SH2A): New.
442
443 2004-07-27  Tomer Levi  <Tomer.Levi@nsc.com>
444
445         * crx.h: Add BFD_RELOC_CRX_SWITCH8, BFD_RELOC_CRX_SWITCH16,
446         BFD_RELOC_CRX_SWITCH32.
447
448 2004-07-06  Tomer Levi  <Tomer.Levi@nsc.com>
449
450         * common.h (EM_CRX): Define.
451         * crx.h: New file.
452
453 2004-06-25  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
454
455         * m32r.h: Add defintions of R_M32R_GOTOFF_HI_ULO,
456         R_M32R_GOTOFF_HI_SLO and R_M32R_GOTOFF_LO.
457
458 2004-06-19  Alan Modra  <amodra@bigpond.net.au>
459
460         * common.h (ELF64_R_INFO): Warning fix.
461
462 2004-06-14  Chris Demetriou  <cgd@broadcom.com>
463
464         * mips.h (R_MIPS_PC32): Add back (undoing removal on 2004-04-24),
465         with an updated comment.
466
467 2004-05-28  Andrew Stubbs <andrew.stubbs@superh.com>
468
469         * sh.h (EF_SH_HAS_DSP): Remove.
470         (EF_SH_HAS_FP): Remove.
471         (EF_SH_MERGE_MACH): Remove.
472         (EF_SH4_NOFPU): Convert to decimal.
473         (EF_SH4A_NOFPU): Likewise.
474         (EF_SH4_NOMMU_NOFPU): Likewise.
475         (EF_SH3_NOMMU): Add new macro.
476         (EF_SH_BFD_TABLE): Likewise.
477         (sh_find_elf_flags): Add prototype.
478         (sh_elf_get_flags_from_mach): Likewise.
479
480 2004-04-24  Chris Demetriou  <cgd@broadcom.com>
481
482         * mips.h (R_MIPS_PC32, R_MIPS_PC64, R_MIPS_GNU_REL_LO16)
483         (R_MIPS_GNU_REL_HI16): Remove.
484         (R_MIPS_GNU_REL16_S2): Update comment.
485
486 2004-30-30  Galit Heller  <Galit.Heller@nsc.com>
487             Tomer Levi  <Tomer.Levi@nsc.com>
488
489         * common.h (EM_CR): Define.
490         * cr16c.h: New file.
491
492 2004-03-23  Paul Brook  <paul@codesourcery.com>
493
494         * arm.h (EF_ERM_BE8, EF_ARM_LE8, EF_ARM_EABI_VER3): Add.
495
496 2003-03-03  Andrew Stubbs  <andrew.stubbs@superh.com>
497
498         * sh.h: Add EF_SH4_NOMMU_NOFPU.
499
500 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
501
502         * frv.h (EF_FRV_CPU_FR405, EF_FRV_CPU_FR450): Define.
503
504 2004-01-28  Roland McGrath  <roland@redhat.com>
505
506         * common.h (AT_SECURE): New macro.
507
508 2004-01-21  Roland McGrath  <roland@redhat.com>
509
510         * common.h (AT_SUN_UID, AT_SUN_RUID, AT_SUN_GID): New macros.
511         (AT_SUN_RGID, AT_SUN_LDELF, AT_SUN_LDSHDR, AT_SUN_LDNAME,
512         AT_SUN_LPAGESZ, AT_SUN_PLATFORM, AT_SUN_HWCAP, AT_SUN_IFLUSH,
513         AT_SUN_CPU, AT_SUN_EMUL_ENTRY, AT_SUN_EMUL_EXECFD,
514         AT_SUN_EXECNAME) AT_SUN_MMU, AT_SUN_LDDATA): Likewise.
515
516 2004-01-17  Mark Kettenis  <kettenis@gnu.org>
517
518         * common.h (NT_OPENBSD_IDENT): Define.
519
520 2004-01-06  Alexandre Oliva  <aoliva@redhat.com>
521
522         2003-09-18  Alexandre Oliva  <aoliva@redhat.com>
523         * frv.h (EF_FRV_FDPIC): New macro.
524         (EF_FRV_PIC_FLAGS): Adjust.
525         2003-08-08  Alexandre Oliva  <aoliva@redhat.com>
526         * frv.h (R_FRV_FUNCDESC_VALUE, R_FRV_FUNCDESC_GOTOFF12,
527         R_FRV_FUNCDESC_GOTOFFLO, R_FRV_FUNCDESC_GOTOFFHI, R_FRV_GOTOFF12,
528         R_FRV_GOTOFFLO, R_FRV_GOTOFFHI): New.
529         2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
530         * frv.h (R_FRV_GOT12, R_FRV_GOTHI, R_FRV_GOTLO, R_FRV_FUNCDESC,
531         R_FRV_FUNCDESC_GOT12, R_FRV_FUNCDESC_GOTHI, R_FRV_FUNCDESC_GOTLO):
532         New.
533
534
535 For older changes see ChangeLog-9103
536 \f
537 Local Variables:
538 mode: change-log
539 left-margin: 8
540 fill-column: 74
541 version-control: never
542 End: