Add initialiser for membership field
[deliverable/binutils-gdb.git] / include / elf / ChangeLog
CommitLineData
abf1d184
NC
12000-11-30 Jan Hubicka <jh@suse.cz>
2
3 * common.h (EM_X86_64): New macro.
4 * x86-64.h: New file.
5
723b0f0d
HPN
62000-11-27 Hans-Peter Nilsson <hp@axis.com>
7
8 * common.h (e_machine numbers): Clarify comments to describe how
9 EM_* constants are assigned. Move EM_PJ from official section to
10 ad-hoc section.
11 (EM_CRIS): Correct comment to match official description.
12 (EM_MMIX): Ditto.
13
3ba3ce66
NC
142000-11-22 Nick Clifton <nickc@redhat.com>
15
16 * common.h (EM_JAVELIN): New machine number.
17 (EM_FIREPATH): New machine number.
18 (EM_ZSP): New machine number.
19 (EM_MMIX): New machine number.
20 (EM_HUANY): New machine number.
21 (EM_PRISM): New machine number.
22 (SHT_GROUP): New section type.
23 (SHT_SYMTAB_SHNDX): New section type.
24 (SHF_GROUP): New section flag.
25 (SHN_XINDEX): New section index.
26 (GRP_COMDAT): New section group flag.
27
1da80a82
L
282000-11-20 H.J. Lu <hjl@gnu.org>
29
30 * common.h (ELFOSABI_MONTEREY): Renamed to ...
31 (ELFOSABI_AIX): This.
32
71517c70
RH
332000-11-16 Richard Henderson <rth@redhat.com>
34
35 Update relocations per August psABI docs.
36 * ia64.h (R_IA64_SEGBASE): Remove.
37 (R_IA64_LTV*): Renumber to 0x74 to 0x77.
38 (R_IA64_EPLTMSB, R_IA64_EPLTLSB): Remove.
39 (R_IA64_TPREL14, R_IA64_TPREL64I): New.
40 (R_IA64_DTPMOD*): New.
41 (R_IA64_DTPREL*): New.
42
f680e973
HPN
432000-09-29 Hans-Peter Nilsson <hp@axis.com>
44
45 * cris.h (EF_CRIS_UNDERSCORE): New.
46
47d89dba
AM
472000-09-27 Alan Modra <alan@linuxcare.com.au>
48
49 * hppa.h (R_PARISC_DIR14F): Add.
50
32d070f0
AO
512000-09-14 Alexandre Oliva <aoliva@redhat.com>
52
53 * sh.h (R_SH_GOT32, R_SH_PLT32, R_SH_COPY, R_SH_GLOB_DAT,
54 R_SH_JMP_SLOT, R_SH_RELATIVE, R_SH_GOTOFF, R_SH_GOTPC): Change
55 numbers to the range from 160 to 167.
56 (R_SH_FIRST_INVALID_RELOC): Adjust.
57 (R_SH_FIRST_INVALID_RELOC_2, R_SH_LAST_INVALID_RELOC_2):
58 New relocs to fill in the gap.
59
156c2f8b
NC
602000-09-13 Anders Norlander <anorland@acc.umu.se>
61
62 * mips.h (E_MIPS_MACH_4K): New define.
63
de98ed8b
AM
642000-09-05 Alan Modra <alan@linuxcare.com.au>
65
66 * hppa.h: Fix a comment.
67 (R_PARISC_PCREL12F): Define.
68 (R_PARISC_GNU_VTENTRY): Define.
69 (R_PARISC_GNU_VTINHERIT): Define.
70
6785ddd1
AO
712000-09-01 Alexandre Oliva <aoliva@redhat.com>
72
73 * sh.h (R_SH_GOT32, R_SH_PLT32, R_SH_COPY, R_SH_GLOB_DAT,
74 R_SH_JMP_SLOT, R_SH_RELATIVE, R_SH_GOTOFF, R_SH_GOTPC): New relocs.
75 (R_SH_FIRST_INVALID_RELOC): Adjust.
76
c43c2cc5
JW
772000-08-14 Jim Wilson <wilson@cygnus.com>
78
79 * elf/ia64.h (EF_IA_64_REDUCEDFP, EF_IA_64_CONS_GP,
80 EF_IA_64_NOFUNCDESC_CONS_GP, EF_IA_64_ABSOLUTE): Define.
81
7e984c81
NC
822000-08-07 Nick Clifton <nickc@cygnus.com>
83
84 * ppc.h: Remove spurious CYGNUS LOCAL comments.
85 * v850.h: Likewise.
86
82456b17
HPN
872000-07-20 Hans-Peter Nilsson <hp@axis.com>
88
89 common.h (EM_CRIS): New machine number.
90 cris.h: New file.
91
58ed230f
L
922000-07-19 H.J. Lu <hjl@gnu.org>
93
94 * common.h (DF_1_NODEFLIB): Renamed from DF_1_NODEPLIB.
95
df70244c
L
962000-07-19 H.J. Lu <hjl@gnu.org>
97
98 * common.h (DT_CHECKSUM): Set to 0x6ffffdf8.
99 (DTF_1_CONFEXP): It is 0x00000002 as suspected.
100
5b102b37
L
1012000-07-19 H.J. Lu <hjl@gnu.org>
102
103 * common.h (DT_FEATURE): Renamed from DT_FEATURE_1.
104 (DT_CONFIG): New. From Solaris 8.
105 (DT_DEPAUDIT): Likewise.
106 (DT_AUDIT): Likewise.
107 (DT_PLTPAD): Likewise.
108 (DT_MOVETAB): Likewise.
109 (DF_1_NODEPLIB): Likewise.
110 (DF_1_NODUMP): Likewise.
111 (DF_1_CONLFAT): Likewise.
112 (DT_CHECKSUM): Likewise. FIXME. Check the value on Solaris 8.
113 (DTF_1_CONFEXP): Likewise.
114
b2c5d9a3
L
1152000-07-18 H.J. Lu <hjl@gnu.org>
116
117 * common.h (DT_FLAGS_1): Renamed from DT_1_FLAGS.
118
2b99395a
AM
1192000-07-12 Alan Modra <alan@linuxcare.com.au>
120
121 * internal.h (struct elf_internal_sym): Update comment for st_other.
122
e0e33839
AM
1232000-07-10 Alan Modra <alan@linuxcare.com.au>
124
125 * hppa.h: Add comments to all the relocs.
126
65aa24b6
NC
1272000-06-26 Marek Michalkiewicz <marekm@linux.org.pl>
128
129 * avr.h (E_AVR_MACH_AVR5): Define.
130
60bcf0fa
NC
1312000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
132
133 * m68hc11.h: New file, definitions for the Motorola 68hc11.
134
1b452ec6
AM
1352000-06-06 Alan Modra <alan@linuxcare.com.au>
136
137 * reloc-macros.h (START_RELOC_NUMBERS): Don't define initial dummy
138 -1 valued enum.
139 (RELOC_NUMBER, FAKE_RELOC, EMPTY_RELOC): Append rather than
140 prepend comma.
141 (END_RELOC_NUMBERS): Give macro an arg to define as last enum.
142
143 * alpha.h (R_ALPHA_max): Define via END_RELOC_NUMBERS rather than
144 with EMPTY_RELOC.
145 * arc.h (R_ARC_max): Likewise.
146 * avr.h (R_AVR_max): Likewise.
147 * fr30.h (R_FR30_max): Likewise.
148 * hppa.h (R_PARISC_UNIMPLEMENTED): Likewise.
149 * i960.h (R_960_max): Likewise.
150 * m32r.h (R_M32R_max): Likewise.
151 * m68k.h (R_68K_max): Likewise.
152 * mcore.h (R_MCORE_max): Likewise.
153 * mn10300.h (R_MN10300_MAX): Likewise.
154 * pj.h (R_PJ_max): Likewise.
155 * ppc.h (R_PPC_max): Likewise.
156 * sh.h (R_SH_max): Likewise.
157 * sparc.h (R_SPARC_max): Likewise.
158 * v850.h (R_V850_max): Likewise.
159
160 * arm.h (R_ARM_max): Define via END_RELOC_NUMBERS.
161 * d10v.h (R_D10V_max): Likewise.
162 * d30v.h (R_D30V_max): Likewise.
163 * ia64.h (R_IA64_max): Likewise.
164 * mips.h (R_MIPS_maxext): Likewise.
165 * mn10200.h (R_MN10200_max): Likewise.
166
167 * i386.h (R_386_max): Remove old RELOC_NUMBER definition, and
168 define via END_RELOC_NUMBERS.
169
859e1e49
AM
1702000-06-03 Alan Modra <alan@linuxcare.com.au>
171
172 * reloc-macros.h (START_RELOC_NUMBERS): Fix name clash for
173 !__STDC__ case.
174 (RELOC_NUMBER): Use ansi stringify if ALMOST_STDC defined.
175
40eb4f34
RH
1762000-05-22 Richard Henderson <rth@cygnus.com>
177
178 * ia64.h (R_IA64_PCREL60B, R_IA64_PCREL21BI): New.
179 (R_IA64_PCREL22, R_IA64_PCREL64I): New.
180
2203434a
L
1812000-05-02 H.J. Lu <hjl@gnu.org>
182
183 * common.h (ELFOSABI_NONE): Renamed from ELFOSABI_SYSV.
184 (ELFOSABI_MODESTO): Defined.
185 (ELFOSABI_OPENBSD): Likewise.
186
800eeca4
JW
187Fri Apr 21 13:20:53 2000 Richard Henderson <rth@cygnus.com>
188 David Mosberger <davidm@hpl.hp.com>
189
190 * ia64.h: New file.
191
0044240b
L
1922000-04-14 H.J. Lu <hjl@gnu.org>
193
194 * common.h (ELFOSABI_TRUE64): Renamed to ELFOSABI_TRU64.
195
16c088d0
L
1962000-04-14 H.J. Lu <hjl@gnu.org>
197
198 * common.h (ELFOSABI_NETBSD): Defined.
199 (ELFOSABI_HURD): Likewise.
200 (ELFOSABI_SOLARIS): Likewise.
201 (ELFOSABI_MONTEREY): Likewise.
202 (ELFOSABI_IRIX): Likewise.
203 (ELFOSABI_FREEBSD): Likewise.
204 (ELFOSABI_TRUE64): Likewise.
205
8725b940
NC
2062000-04-07 Nick Clifton <nickc@cygnus.com>
207
208 * arm-oabi.h: Delete.
209 * arm.h: Merge in definitions of old reloc numbers from
210 arm-oabi.h.
211
ff1c4e0d
NC
2122000-04-06 Nick Clifton <nickc@cygnus.com>
213
214 * arm.h (EF_ARM_SYMSARESORTED): Define.
215 (EF_ARM_EABIMASK): Define.
216 (EF_ARM_EABI_VERSION): Define.
217 (EF_ARM_EABI_UNKNOWN): Define.
218 (EF_ARM_EABI_VER1): Define.
219 (PF_ARM_PI): Define.
220 (PF_ARM_ABS): Define.
638632bd 221
015551fc
JR
222Wed Apr 5 22:08:59 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
223
224 * sh.h (R_SH_LOOP_START, R_SH_LOOP_END): New RELOC_NUMBERs.
225
adde6300
AM
2262000-03-27 Denis Chertykov <denisc@overta.ru>
227
228 * avr.h: New file. AVR ELF support for BFD.
229 * common.h: Add AVR magic number.
230
bb2d6cd7
GK
2312000-03-10 Geoffrey Keating <geoffk@cygnus.com>
232
233 * mips.h: Add R_MIPS_GNU_REL_HI16, R_MIPS_GNU_REL_LO16,
638632bd
AM
234 R_MIPS_GNU_REL16_S2, R_MIPS_PC64 and R_MIPS_PC32 relocation
235 numbers.
bb2d6cd7 236
5b93d8bb
AM
2372000-02-23 Linas Vepstas <linas@linas.org>
238
239 * i370.h: New file.
240
ca47b30c
NC
2412000-02-22 Nick Clifton <nickc@cygnus.com>
242
243 * common.h (ELF_ST_OTHER): Remove definition.
244 (ELF32_ST_OTHER): Remove definition.
245 (ELF64_ST_OTHER): Remove definition.
246
2aa9e1d7
ILT
2472000-02-22 H.J. Lu <hjl@gnu.org>
248
249 * common.h (ELFOSABI_LINUX): Define.
250
d4845d57
JR
251Thu Feb 17 00:18:33 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
252
253 * sh.h: (EF_SH_MACH_MASK, EF_SH_UNKNOWN, EF_SH1, EF_SH2): New macros.
254 (EF_SH3, EF_SH_HAS_DSP, EF_SH_DSP, EF_SH3_DSP): Likewise.
255 (EF_SH_HAS_FP, EF_SH3E, EF_SH4, EF_SH_MERGE_MACH): Likewise.
256
789cba25
NC
2572000-02-03 H.J. Lu <hjl@gnu.org>
258
259 * arm-oabi.h: Duplicate changes made to arm.h on Jan. 27,
260 2000 by Thomas de Lellis <tdel@windriver.com>.
261
2f0ca46a
NC
2622000-01-27 Thomas de Lellis <tdel@windriver.com>
263
638632bd 264 * arm.h (STT_ARM_TFUNC): Define in terms of STT_LOPROC.
2f0ca46a
NC
265 (STT_ARM_16BIT): New flag. Denotes a label that was defined in
266 Thumb block but was does not identify a function.
267
3442f309
NC
2682000-01-20 Nick Clifton <nickc@cygnus.com>
269
270 * common.h (EM_MCORE): Fix spelling of Motorola.
271 * mcore.h (EM_MCORE): Fix spelling of Motorola.
272
07521389
NC
2732000-01-13 Nick Clifton <nickc@cygnus.com>
274
275 * common.h (EM_S370): Change comment - this is now the IBM
276 System/370.
277 (EM_IA_64): Change comment - this is now the IA-64.
278
2d0e6f43
NC
2792000-01-11 Nick Clifton <nickc@cygnus.com>
280
281 * common.h (DT_ENCODING): Fix definition of this value.
282 (DT_LOOS): Fix definition of this value.
283 (DT_HIOS): Fix definition of this value.
284 (OLD_DT_LOOS): Value of DT_LOOS before Oct 4, 1999 draft
285 of ELF spec changed it.
286 (OLD_DT_HIOS): Value of DT_HIOS before Oct 4, 1999 draft
287 of ELF spec changed it.
288
879b0f76
NC
2892000-01-10 Egor Duda <deo@logos-m.ru>
290
638632bd 291 * common.h (NT_WIN32PSTATUS): Define. (cygwin elf core dumps).
879b0f76 292
4fbca453
NC
2931999-12-28 Nick Clifton <nickc@cygnus.com>
294
295 * mips.h (STO_*): Redefine in terms of STV_* values now in
638632bd 296 common.h.
4fbca453 297
0fc731e4
NC
2981999-12-27 Nick Clifton <nickc@cygnus.com>
299
300 * common.h: Upgrade to match Oct4, 1999 Draft ELF ABI Spec.
301 (EM_MIPS_RS3_LE): New machine number.
302 (EM_RCE): New machine number.
303 (EM_MMA): New machine number.
304 (EM_PCP): New machine number.
305 (EM_NCPU): New machine number.
306 (EM_NDR1): New machine number.
307 (EM_STARCORE): New machine number.
308 (EM_ME16): New machine number.
309 (EM_ST100): New machine number.
310 (EM_TINYJ): New machine number.
311 (EM_FX66): New machine number.
312 (EM_ST9PLUS): New machine number.
313 (EM_ST7): New machine number.
314 (EM_68HC16): New machine number.
315 (EM_68HC11): New machine number.
316 (EM_68HC08): New machine number.
317 (EM_68HC05): New machine number.
318 (EM_SVX): New machine number.
319 (EM_VAX): New machine number.
320 (PF_MASKOS): Change value.
321 (SHT_INIT_ARRAY): New value for sh_type field.
322 (SHT_FINI_ARRAY): New value for sh_type field.
323 (SHT_PREINIT_ARRAY): New value for sh_type field.
324 (SHT_HIUSER): Change value.
325 (SHF_MERGE): New valye for sh_flags field.
326 (SHF_STRINGS): New valye for sh_flags field.
327 (SHF_INFO_LINK): New valye for sh_flags field.
328 (SHF_OS_NONCONFORMING): New valye for sh_flags field.
329 (SHF_MASKOS): Change value.
330 (ELF_ST_VISIBILITY): New macro.
331 (ELF_ST_OTHER): New macro.
332 (STT_COMMON): New symbol type.
333 (STV_DEFAULT): Value for symbol visibility.
334 (STV_INTERNAL): Value for symbol visibility.
335 (STV_HIDDEN): Value for symbol visibility.
336 (STV_PROTECTED): Value for symbol visibility.
337 (DT_RUNPATH): New dynamic section tag.
338 (DT_FLAGS): New dynamic section tag.
339 (DT_ENCODING): New dynamic section tag.
340 (DT_PREINIT_ARRAY): New dynamic section tag.
341 (DT_PREINIT_ARRAYSZ): New dynamic section tag.
342 (DT_LOPROC): New dynamic section tag index.
343 (DT_HIPROC): New dynamic section tag index.
344 (DF_ORIGIN): Value for dynamic section flag.
345 (DF_SYMBOLIC): Value for dynamic section flag.
346 (DF_TEXTREL): Value for dynamic section flag.
347 (DF_BIND_NOW): Value for dynamic section flag.
348
c7d85a8d
NC
3491999-12-09 Fred Fish <fnf@cygnus.com>
350
351 * i960.h (reloc-macros.h): Include using relative dir elf/.
352 * i386.h (reloc-macros.h): Include using relative dir elf/.
353 * hppa.h (reloc-macros.h): Include using relative dir elf/.
638632bd 354
6fe6a461
JB
3551999-12-07 Jim Blandy <jimb@cygnus.com>
356
357 * common.h (NT_PRXFPREG): New definition.
358
0ed4f623
JL
359Wed Dec 1 03:02:15 1999 Jeffrey A Law (law@cygnus.com)
360
361 * mn10300.h (E_MN10300_MACH_AM33): Define.
362
cf911c2a
JL
363Mon Oct 11 22:42:37 1999 Jeffrey A Law (law@cygnus.com)
364
365 * hppa.h (PF_HP_PAGE_SIZE): Define.
366 (PF_HP_FAR_SHARED, PF_HP_NEAR_SHARED, PF_HP_CODE): Likewise.
367 (PF_HP_MODIFY, PF_HP_LAZYSWAP, PF_HP_SBP): Likewise.
368
44ce095e
DE
369Mon Oct 4 17:42:38 1999 Doug Evans <devans@canuck.cygnus.com>
370
371 * m32r.h (E_M32RX_ARCH): Define.
372
3fce4998
UD
3731999-09-15 Ulrich Drepper <drepper@cygnus.com>
374
375 * hppa.h: Add DT_HP_GST_SIZE, DT_HP_GST_VERSION, and DT_HP_GST_HASHVAL.
376
c6a40e00
ILT
3771999-09-04 Steve Chamberlain <sac@pobox.com>
378
379 * pj.h: New file.
380 * common.h (EM_PJ): Define.
381
70fa6ef5
JL
3821999-09-02 Ulrich Drepper <drepper@cygnus.com>
383
97578bb0
JL
384 * hppa.h: Add HPUX specific symbol type definitions.
385
70fa6ef5
JL
386 * hppa.h: Add HPUX specific dynamic and program header table
387 specific definitions.
388
893e10f9 3891999-08-31 Scott Bambrough <scottb@netwinder.org>
7e3c779a
NC
390
391 * common.h (NT_TASKSTRUCT): Define.
392
97272b32
RH
3931999-07-16 Jakub Jelinek <jj@ultra.linux.cz>
394
395 * sparc.h (EF_SPARC_SUN_US3): Define in Cheetah extensions
396 flag (as per SCD2.4.1).
397
3981999-07-16 Jakub Jelinek <jj@ultra.linux.cz>
437d5cf0
RH
399
400 * sparc.h (ELF64_R_TYPE_DATA): Only use ELF64_R_TYPE bits, not
401 ELF64_R_SYM bits.
402
ab02a599
NC
4031999-06-21 Philip Blundell <pb@nexus.co.uk>
404
405 * arm.h (EF_SOFT_FLOAT, F_SOFT_FLOAT): Define.
406
4b3aff1a
AS
4071999-07-13 Andreas Schwab <schwab@suse.de>
408
409 * m68k.h (EF_CPU32): Move definition inside multiple inclusion
410 guard.
411
feb90132
RH
4121999-07-08 Richard Henderson <rth@cygnus.com>
413
414 * sparc.h (ELF64_R_TYPE_DATA): Sign extend the value.
415 (ELF64_R_TYPE_INFO): Mask out all but low 24 bits of data.
416 (DT_SPARC_PLTFMT): Delete.
417 Based on a patch from Jakub Jelinek.
418
dd1a4211
JL
419Mon Jun 21 16:36:02 1999 Jeffrey A Law (law@cygnus.com)
420
421 * hppa.h (elf_hppa_reloc_type): Renamed from elf32_hppa_reloc_type.
422
09cb30ac
RH
4231999-06-10 Jakub Jelinek <jj@ultra.linux.cz>
424
425 * sparc.h (R_SPARC_max_std): Define.
426
0b3ded27
JL
427Wed Jun 9 15:16:34 1999 Jeffrey A Law (law@cygnus.com)
428
429 * hppa.h: Update with various changes from newest PA ELF
430 specifications.
431
348a3483
ILT
4321999-06-03 Ian Lance Taylor <ian@zembu.com>
433
434 * common.h (EM_PPC64): Define.
435
6e3db71c
RH
4361999-06-02 Stu Grossman <grossman@babylon-5.cygnus.com>
437
438 * dwarf.h: Add LANG_JAVA.
439 * dwarf2.h: Add DW_LANG_Java.
440
3d4920d7
NC
4411999-05-29 Nick Clifton <nickc@cygnus.com>
442
443 * common.h (ELFOSABI_ARM): Define.
444
e15e4a63
NC
4451999-05-28 Nick Clifton <nickc@cygnus.com>
446
447 * reloc-macros.h: Update comment.
448
82599b0c
ILT
4491999-05-28 Ian Lance Taylor <ian@zembu.com>
450
451 * i960.h: New file.
452
7c2499d2
NC
4531999-05-16 Nick Clifton <nickc@cygnus.com>
454
455 * mcore.h (R_MCORE_COPY): Define.
456 (R_MCORE_GLOB_DAT): Define.
457 (R_MCORE_JUMP_SLOT): Define.
458
daa8de75
NC
4591999-05-15 Nick Clifton <nickc@cygnus.com>
460
461 * mcore.h (R_MCORE_RELATIVE): Define.
462
638632bd 4631999-05-05 Catherine Moore <clm@cygnus.com>
3fce4998 464
638632bd 465 * m68k.h (EF_CPU32): Define.
3fce4998 466
252b5132
RH
4671999-04-21 Nick Clifton <nickc@cygnus.com>
468
469 * reloc-macros.h (START_RELOC_NUMBERS): Prepend an underscore to
470 fake reloc entry name (if possible), in order to avoid conflicts
471 with typedefs of the same name.
472
4731999-04-16 Gavin Romig-Koch <gavin@cygnus.com>
474
475 * mips.h (EF_MIPS_32BITMODE): New.
476
4771999-04-08 Nick Clifton <nickc@cygnus.com>
478
3442f309 479 * mcore.h: New header file. Defines for Motorola's MCore
3fce4998 480 processor.
252b5132
RH
481
4821999-04-08 Nick Clifton <nickc@cygnus.com>
483
484 * common.h: Add new constants defined in: "System V Application
3fce4998 485 Binary Interface - DRAFT - April 29, 1998" found at the web site:
252b5132
RH
486 http://www.sco.com/developer/gabi/contents.html
487
488 (EM_MMA): Removed. Replaced with EM_MCORE as Motorolla own this
3fce4998 489 value.
252b5132
RH
490
4911999-03-31 Nick Clifton <nickc@cygnus.com>
492
493 * reloc-macros.h: Fixed to not generate an enum with a trailing
3fce4998 494 comma.
252b5132
RH
495
4961999-03-16 Gavin Romig-Koch <gavin@cygnus.com>
497
498 * mips.h (E_MIPS_MACH_5000): New.
499
5001999-03-10 Ulrich Drepper <drepper@cygnus.com>
501
502 * common.h: Add definitions for a few more Solaris ELF extensions.
503
504Thu Feb 18 18:58:26 1999 Ian Lance Taylor <ian@cygnus.com>
505
506 * external.h: Only use attribute if __GNUC__ is defined.
507
5081999-02-17 Nick Clifton <nickc@cygnus.com>
509
510 Patch submitted by: Scott Bambrough <scottb@corelcomputer.com>
511
512 * elf/external.h: struct Elf_External_Versym must be packed on
513 ARM. Code uses sizeof(Elf_External_Versym) and assumes it is
514 equal to sizeof(char[2]). Reported by Jim Pick <jim@jimpick.com>
515
5161999-02-02 Nick Clifton <nickc@cygnus.com>
517
518 * dwarf2.h (DWARF2_External_ARange): New structure.
519 (DWARF2_Internal_ARange): New structure.
520
521Mon Feb 1 11:33:56 1999 Catherine Moore <clm@cygnus.com>
522
638632bd
AM
523 * arm.h: Renumber relocs to conform to standard.
524 (EF_NEW_ABI): Define.
525 (EF_OLD_ABI): Define.
526 * arm-oabi.h: New file.
252b5132
RH
527
5281999-01-28 Nick Clifton <nickc@cygnus.com>
529
530 * fr30.h: Add R_FR30_GNU_VT{INHERIT,ENTRY} relocs.
531
5321999-01-27 Nick Clifton <nickc@cygnus.com>
533
534 * dwarf2.h: Add typedefs for structures found in dwarf2 sections.
535
5361998-12-16 Gavin Romig-Koch <gavin@cygnus.com>
537
538 * mips.h (E_MIPS_MACH_4111): New.
539
5401998-12-15 Gavin Romig-Koch <gavin@cygnus.com>
541
542 * mips.h (EF_MIPS_ABI,E_MIPS_ABI_O32,E_MIPS_ABI_O64,
543 E_MIPS_ABI_EABI32,E_MIPS_ABI_EABI64):
544
5451998-12-03 Nick Clifton <nickc@cygnus.com>
546
547 * fr30.h: Add R_FR30_48 reloc.
548
5491998-12-02 Ulrich Drepper <drepper@cygnus.com>
550
551 * mips.h: Add external data type for conflict section.
552
553 * mips.h: Add more LL_* options from Irix 6.5.
554
555 * mips.h: Add R_MIPS_JALR and adjust R_MIPS_max appropriately.
556
557Tue Nov 10 15:12:28 1998 Nick Clifton <nickc@cygnus.com>
558
559 * common.h (EM_CYGNUS_FR30): Reduce to a 16 bit value.
560
561Tue Nov 10 15:17:28 1998 Catherine Moore <clm@cygnus.com>
562
638632bd 563 * d10v.h: Add vtable relocs.
252b5132
RH
564
565Wed Nov 4 15:56:50 1998 Nick Clifton <nickc@cygnus.com>
566
567 * common.h (EM_CYGNUS_FR30): New machine number.
568
569 * fr30.h: New file: Definitions for the FR30.
570
571Fri Oct 30 11:54:15 1998 Catherine Moore <clm@cygnus.com>
572
638632bd
AM
573 From Philip Blundell <pb@nexus.co.uk>:
574 * arm.h (R_ARM_COPY, et al.): New relocs, used by Linux for PIC.
575 (EF_ALIGN8): New flag.
252b5132
RH
576
577Tue Oct 20 11:19:50 1998 Ian Lance Taylor <ian@cygnus.com>
578
579 * common.h (NT_LWPSTATUS): Close comment accidentally left open.
580
581Mon Oct 19 20:24:11 1998 Catherine Moore <clm@cygnus.com>
582
638632bd 583 * sh.h: Add vtable relocs.
252b5132
RH
584
585Mon Oct 19 01:44:42 1998 Felix Lee <flee@cygnus.com>
586
587 * common.h (NT_PSTATUS, NT_FPREGS, NT_PSINFO,
638632bd 588 NT_LWPSTATUS,NT_LWPSINFO): added.
252b5132
RH
589 * internal.h (Elf_Internal_Note): new structure members.
590
591Fri Oct 16 14:11:25 1998 Catherine Moore <clm@cygnus.com>
592
638632bd 593 * m32r.h: Add vtable relocs.
252b5132
RH
594
595Tue Oct 6 09:22:22 1998 Catherine Moore <clm@cygnus.com>
596
638632bd 597 * sparc.h: Add vtable relocs.
252b5132
RH
598
599Mon Oct 5 09:39:22 1998 Catherine Moore <clm@cygnus.com>
600
638632bd 601 * v850.h: Add vtable relocs.
252b5132
RH
602
603Sun Oct 4 21:17:51 1998 Ian Lance Taylor <ian@cygnus.com>
604
605 * i386.h (R_386_max): Change from 252 to 24.
606
607Mon Sep 21 12:24:44 1998 Catherine Moore <clm@cygnus.com>
608
638632bd 609 * i386.h: Change vtable reloc numbers.
252b5132
RH
610
611Sun Sep 20 00:54:22 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
612
613 * m68k.h: Add vtable relocs and R_68K_max.
614
615Tue Sep 15 09:56:49 CDT 1998 Catherine Moore <clm@cygnus.com>
616
638632bd 617 * arm.h: Add vtable relocs.
252b5132
RH
618
619Mon Aug 31 11:25:27 1998 Catherine Moore <clm@cygnus.com>
620
638632bd
AM
621 * arm.h: Define STT_ARM_TFUNC. Remove ST_THUMB_xxxx
622 definitions.
252b5132
RH
623
624Sat Aug 29 22:25:51 1998 Richard Henderson <rth@cygnus.com>
625
626 * i386.h: Add vtable relocs.
627
6281998-08-25 16:42 Ulrich Drepper <drepper@cygnus.com>
629
630 * common.h: Add SYMINFO_* macros to access Elf*_Syminfo information.
631
632 * external.h: Add Elf_External_Syminfo definition.
633
634 * internal.h: Add Elf_Internal_Syminfo, Elf32_Internal_Syminfo,
635 and Elf64_Syminfo definitions.
636
637Sun Aug 9 20:26:49 CDT 1998 Catherine Moore <clm@cygnus.com>
638
638632bd 639 * arm.h: Add ST_THUMB definitions.
252b5132
RH
640
641Wed Aug 5 15:52:35 1998 Nick Clifton <nickc@cygnus.com>
642
643 * arm.h: Add ELF header flags to specify compile time optins:
644 EF_INTERWORK: New flag.
645 EF_APCS_26: New flag.
646 EF_APCS_FLOAT: New flag.
647 EF_PIC: New flag.
648
6491998-07-31 21:28 Ulrich Drepper <drepper@cygnus.com>
650
651 * mips.h: Add missing RHF_* constants.
652
653Fri Jul 31 10:01:40 1998 Catherine Moore <clm@cygnus.com>
654
638632bd 655 * arm.h: Add R_ARM_THM_PC9 relocation.
252b5132
RH
656
6571998-07-30 16:25 Ulrich Drepper <drepper@cygnus.com>
658
659 * common.h: Add new DT_* entries and there flag macros from Solaris.
660
661Tue Jul 28 18:14:07 1998 Stan Cox <scox@equinox.cygnus.com>
662
663 * sparc.h: (R_SPARC_REV32): Added for little endian data e.g. sparc 86x.
664
665Fri Jul 24 11:22:06 1998 Jeffrey A Law (law@cygnus.com)
666
667 * mn10300.h: Add R_MN10300_24 relocation.
668
6691998-07-24 Ulrich Drepper <drepper@cygnus.com>
670
671 * mips.h: Add MIPS64 relocation names and values.
672
673Wed Jul 22 19:29:00 Catherine Moore <clm@cygnus.com>
674
638632bd 675 * arm.h: Rename relocations.
252b5132
RH
676
6771998-07-22 Ulrich Drepper <drepper@cygnus.com>
678
679 * ppc.h: Define enum as elf_ppc_reloc_type.
680
681Wed Jul 22 16:22:11 1998 Nick Clifton <nickc@cygnus.com>
682
683 * reloc-macros.h: New file. Provides relocation macros:
684 START_RELOC_NUMBERS, RELOC_NUMBER, FAKE_RELOC, EMPTY_RELOC and
685 END_RELOC_NUMBERS used by other elf header files.
686
687 * alpha.h: Use reloc-macros.h.
688 * arc.h: Use reloc-macros.h.
689 * arm.h: Use reloc-macros.h.
690 * d10v.h: Use reloc-macros.h.
691 * d30v.h: Use reloc-macros.h.
692 * hppa.h: Use reloc-macros.h.
693 * i386.h: Use reloc-macros.h.
694 * m32r.h: Use reloc-macros.h.
695 * m68k.h: Use reloc-macros.h.
696 * mips.h: Use reloc-macros.h.
697 * mn10200.h: Use reloc-macros.h.
698 * mn10300.h: Use reloc-macros.h.
699 * ppc.h: Use reloc-macros.h.
700 * sh.h: Use reloc-macros.h.
701 * sparc.h: Use reloc-macros.h.
702 * v850.h: Use reloc-macros.h.
703
7041998-07-22 13:07 Ulrich Drepper <drepper@cygnus.com>
705
706 * mn10300.h: Rewrite relocation definition using macros.
707 * mips.h: Likewise.
708 * ppc.h: Likewise.
709 * alpha.h: Likewise.
710 * arm.h: Likewise.
711 * d10v.h: Likewise.
712 * d30v.h: Likewise.
713 * m32r.h: Likewise.
714 * m68k.h: Likewise.
715 * mn10200.h: Likewise.
716 * sh.h: Likewise.
717 * sparc.h: Likewise.
718
7191998-07-21 13:07 Ulrich Drepper <drepper@cygnus.com>
720
721 * arm.h: New file.
722 * d10v.h: New file.
723 * d30v.h: New file.
724 * i386.h: New file.
725 * m68k.h: New file.
726 * mn10200.h: New file.
727 * sh.h: New file.
728
729 * mips.h: Add R_MIPS_* and SHT_MIPS_* entries.
730
731 * mn10300.h: Add R_MN10300_* entries.
732
733 * ppc.h: Add R_PPC_* entries.
734
7351998-07-20 07:11 Ulrich Drepper <drepper@cygnus.com>
736
737 * mips.h: Add ODK_*, OEX_*, OPAD_*, OHW_*, and OGP_* constants.
738 Define Elf32_External_Lib.
739
7401998-07-19 15:24 Ulrich Drepper <drepper@cygnus.com>
741
742 * mips.h (PT_MIPS_OPTIONS): New symbol.
743 Add lots of DT_MIPS_* symbols.
744
745Fri Jun 26 10:46:35 1998 Jeffrey A Law (law@cygnus.com)
746
747 * mn10300.h: New file.
748
749Thu Jun 18 19:27:56 1998 Nick Clifton <nickc@cygnus.com>
750
751 * common.h (EM_960, EM_V800, EM_FR20, EM_RH32, EM_MMA,
752 EM_OLD_ALPHA): Add these constants.
753
754Thu Jun 11 17:59:01 1998 Nick Clifton <nickc@cygnus.com>
755
756 * common.h (EM_486, EM_S370): Add these constants.
757
758Tue Jun 9 09:35:29 1998 Nick Clifton <nickc@cygnus.com>
759
760 * common.h (EM_ARM): Add this constant.
761
762Wed May 6 09:45:30 1998 Gavin Koch <gavin@cygnus.com>
763
764 * mips.h (EF_MIPS_MACH,E_MIPS_MACH_*): Added.
765
766Sat Apr 25 18:35:06 1998 Richard Henderson <rth@cygnus.com>
767
768 * alpha.h (STO_ALPHA_NOPV, STO_ALPHA_STD_GPLOAD): New.
769
770Wed Apr 15 15:42:45 1998 Richard Henderson <rth@cygnus.com>
771
772 * common.h (EM_SPARC64): Move and rename to EM_OLD_SPARCV9.
773 (EM_SPARCV9): New. This is the official ABI name and number.
774
775Sat Feb 28 17:04:41 1998 Richard Henderson <rth@cygnus.com>
776
777 * alpha.h (EF_ALPHA_32BIT, EF_ALPHA_CANRELAX): New.
778
779Mon Dec 15 15:07:49 1997 Nick Clifton <nickc@cygnus.com>
780
781 * m32r.h (EF_M32R_ARCH, E_M32R_ARCH): New flags to
782 specify machine architecture.
783
784Fri Dec 5 11:20:08 1997 Nick Clifton <nickc@cygnus.com>
785
786 * v850.h: New constants: SHN_V850_SCOMMON, SHN_V850_TCOMMON,
787 SHN_V850_ZCOMMON, SHT_V850_SCOMMON, SHT_V850_TCOMMON,
788 SHT_V850_ZCOMMON to handle v850 common sections.
789 enum reloc_type renamed to v850_reloc_type to avoid name
790 conflict.
791
792Thu Oct 23 13:55:24 1997 Richard Henderson <rth@cygnus.com>
793
794 * sparc.h (enum elf_sparc_reloc_type): Add UA64 & UA16.
795
796Thu Oct 23 00:42:04 1997 Richard Henderson <rth@dot.cygnus.com>
797
798 * sparc.h (DT_SPARC_REGISTER): New macro.
799 (DT_SPARC_PLTFMT): In support of old sparc64-linux .plts; will
800 go away soon.
801
802Tue Sep 30 13:26:58 1997 Doug Evans <dje@canuck.cygnus.com>
803
804 * sparc.h (EF_SPARC_HAL_R1, EF_SPARC_EXT_MASK): New macros.
805 (EF_SPARCV9_{MM,TSO,PSO,RMO}): New macros.
806 (SHN_BEFORE,SHN_AFTER): New macros.
807 (SHF_EXCLUDE,SHF_ORDERED): New macros.
808 (STT_REGISTER): New macro.
809 (R_SPARC_GLOB_JMP): Deleted, but slot reserved.
810 (R_SPARC_{DISP64,PLT64,HIX22,LOX10}): New relocations.
811 (R_SPARC_{H44,M44,L44,REGISTER}): New relocations.
812 (ELF64_R_TYPE_{DATA,ID,INFO}): New macros.
813
814Wed Sep 17 16:41:42 1997 Nick Clifton <nickc@cygnus.com>
815
816 * v850.h: Add R_V850_CALLT_6_7_OFFSET and R_V850_CALLT_16_16_OFFSET.
817
818Tue Sep 16 14:16:17 1997 Nick Clifton <nickc@cygnus.com>
819
820 * v850.h (reloc_type): Add R_V850_TDA_16_16_OFFSET.
821
822Wed Sep 3 15:11:14 1997 Richard Henderson <rth@cygnus.com>
823
824 * mips.h: Correct typo in comment.
825
826Wed Sep 3 11:25:57 1997 Nick Clifton <nickc@cygnus.com>
827
828 * v850.h (reloc_type): Remove R_V850_16_PCREL.
829
830Tue Sep 2 17:41:05 1997 Nick Clifton <nickc@cygnus.com>
831
832 * common.h: Remove magic number for V850E.
833 * common.h: Remove magic number for V850EA.
834 * v850.h: Add new flags for e_flags field in elf header.
835
836Mon Aug 25 16:06:47 1997 Nick Clifton <nickc@cygnus.com>
837
838 * common.h (EM_CYGNUS_V850E): backend magic number for v850e.
839 * common.h (EM_CYGNUS_V850EA): backend magic number for v850ea.
840
841Mon Aug 18 11:05:23 1997 Nick Clifton <nickc@cygnus.com>
842
843 * v850.h (reloc_type): Add 16 bit PC relative relocation.
844
845Fri Aug 15 05:10:09 1997 Doug Evans <dje@canuck.cygnus.com>
846
847 * arc.h (enum reloc): Move here from elf32-arc.c.
848
849Fri Aug 8 17:05:29 1997 Doug Evans <dje@canuck.cygnus.com>
850
851 * arc.h: New file.
852 * common.h (EM_CYGNUS_ARC): Define.
853
854Mon Jun 16 14:46:12 1997 Ian Lance Taylor <ian@cygnus.com>
855
856 * internal.h (Elf_Internal_Ehdr): Change e_phoff and e_shoff from
857 bfd_signed_vma to bfd_size_type, as they are not signed.
858
859Wed Mar 5 15:35:26 1997 Doug Evans <dje@seba.cygnus.com>
860
861 * m32r.h (SHF_M32R_CAN_RELAX): Define.
862
863Mon Feb 24 17:49:01 1997 Ian Lance Taylor <ian@cygnus.com>
864
865 * external.h: Dump the 32/64 bit specific forms of the version
866 structures, and just define them as size independent.
867
868 * common.h (VERSYM_HIDDEN, VERSYM_VERSION): Define.
869
870Fri Feb 21 13:00:34 1997 Doug Evans <dje@canuck.cygnus.com>
871
872 * m32r.h (enum reloc_type): Add R_M32R_SDA16.
873 (SHN_M32R_SCOMMON): Define.
874
875Wed Feb 19 15:35:31 1997 Ian Lance Taylor <ian@cygnus.com>
876
877 From Eric Youngdale <eric@andante.jic.com>:
878 * external.h, internal.h, common.h: Added new structures and
879 definitions for ELF versions.
880
881Tue Feb 18 17:40:36 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
882
883 * common.h (EM_CYGNUS_D30V): Define.
884
885Mon Jan 27 11:54:44 1997 Doug Evans <dje@seba.cygnus.com>
886
887 * m32r.h (enum reloc_type): Add R_M32R_HI16_[SU]LO,R_M32R_LO16.
888
889Fri Jan 3 11:32:51 1997 Michael Meissner <meissner@tiktok.cygnus.com>
890
891 * v850.h (V850_OTHER_{TDA_BYTE,ERROR}): New bits for the st_other
892 field.
893 (SHN_V850_*): Remove v850 specific section indexes, which are not
894 needed.
895 (enum reloc_type): Move the v850 relocations here from
896 elf32-v850.c
897
898Thu Jan 2 19:30:23 1997 Michael Meissner <meissner@tiktok.cygnus.com>
899
900 * v850.h: New file, provide V850 specific definitions.
901
902Tue Dec 31 14:44:32 1996 Ian Lance Taylor <ian@cygnus.com>
903
904 * common.h (DT_AUXILIARY): Define.
905 (DT_FILTER): Define.
906
907Wed Dec 4 05:03:37 1996 Jason Merrill <jason@yorick.cygnus.com>
908
909 * dwarf2.h: Update.
910
911Tue Nov 26 10:44:47 1996 Ian Lance Taylor <ian@cygnus.com>
912
913 * mips.h (STO_MIPS16): Define.
914
915Tue Nov 12 15:45:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
916
917 * d10v.h: Remove empty file.
918
919Tue Oct 8 11:31:24 1996 Ian Lance Taylor <ian@cygnus.com>
920
921 * mips.h (EF_MIPS_ABI2): Define.
922
923Thu Oct 3 10:01:40 1996 Jeffrey A Law (law@cygnus.com)
924
925 * common.h: Break mn10x00 support into mn10200 and mn10300.
926
927Wed Oct 2 21:26:43 1996 Jeffrey A Law (law@cygnus.com)
928
929 * common.h (EM_CYGNUS_MN10x00): Define.
930
931Mon Sep 23 09:18:04 1996 Doug Evans <dje@seba.cygnus.com>
932
933 * m32r.h: New file.
934
935Fri Aug 30 17:06:21 1996 Ian Lance Taylor <ian@cygnus.com>
936
937 * common.h (EM_SH): Define.
938
939Tue Aug 20 14:47:54 1996 J.T. Conklin <jtc@hippo.cygnus.com>
940
941 * common.h (EM_CYGNUS_V850): Define.
942
943Mon Aug 19 10:59:10 1996 Doug Evans <dje@canuck.cygnus.com>
944
945 * common.h (EM_CYGNUS_M32R): Define.
946
947Mon Jul 22 18:59:55 1996 Ian Lance Taylor <ian@cygnus.com>
948
949 * mips.h (SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Define.
950 (SHT_MIPS_SYMBOL_LIB): Define.
951 (SHF_MIPS_MERGE, SHF_MIPS_ADDR32, SHF_MIPS_ADDR64): Define.
952 (SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL, SHF_MIPS_NAMES): Define.
953
954Thu Jul 18 19:12:15 1996 Stan Shebs <shebs@andros.cygnus.com>
955
956 * dwarf2.h: New file.
957
958Jul 18 13:20:39 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
959
960 * common.h (EM_CYGNUS_D10V): Define.
961 * d10v.h: New file.
962
963Fri Jun 21 12:33:24 1996 Richard Henderson <rth@tamu.edu>
964
965 * alpha.h: New file.
966 * common.h (EM_ALPHA): Define.
967
968Fri May 31 17:28:05 1996 Ian Lance Taylor <ian@cygnus.com>
969
970 * mips.h (Elf_External_Options, Elf_Internal_Options): Define.
971 (bfd_mips_elf_swap_options_in): Declare.
972 (bfd_mips_elf_swap_options_out): Declare.
973 (ODK_*): Define.
974 (Elf64_External_RegInfo, Elf64_Internal_RegInfo): Define.
975 (bfd_mips_elf64_swap_reginfo_in): Declare.
976 (bfd_mips_elf64_swap_reginfo_out): Declare.
977
978Thu May 30 12:35:57 1996 Ian Lance Taylor <ian@cygnus.com>
979
980 * mips.h (E_MIPS_ARCH_4): Define.
981
982Wed May 29 15:35:33 1996 Ian Lance Taylor <ian@cygnus.com>
983
984 * mips.h (Elf64_Mips_External_Rel): Define.
985 (Elf64_Mips_Internal_Rel): Define.
986 (Elf64_Mips_External_Rela, Elf64_Mips_Internal_Rela): Define.
987 (RSS_*): Define.
988
989Mon Apr 22 18:26:30 1996 Doug Evans <dje@canuck.cygnus.com>
990
991 * sparc.h (R_SPARC_[56]): Always define.
992
993Mon Feb 19 01:55:56 1996 Doug Evans <dje@charmed.cygnus.com>
994
995 * sparc.h (R_SPARC_{PLT32,HIPLT22,LOPLT10,PCPLT32,PCPLT22,
996 PCPLT10,5,6}): Don't define ifdef SPARC64_OLD_RELOCS.
997
998Tue Feb 6 11:33:58 1996 Doug Evans <dje@charmed.cygnus.com>
999
1000 * sparc.h (enum sparc_elf_reloc_type): Define.
1001
1002Wed Jan 17 09:09:16 1996 Doug Evans <dje@canuck.cygnus.com>
1003
1004 * common.h: Define EM_SPARC32PLUS.
1005 * sparc.h: New file.
1006
1007Thu Jan 11 16:27:34 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1008
1009 * ppc.h (SHF_EXCLUDE, SHT_ORDERED): New fields from the abi.
1010
1011Thu Nov 30 16:47:18 1995 Ian Lance Taylor <ian@cygnus.com>
1012
1013 * internal.h (struct elf_segment_map): Add includes_filehdr and
1014 includes_phdrs fields.
1015
1016Tue Nov 28 16:58:10 1995 Ian Lance Taylor <ian@cygnus.com>
1017
1018 * internal.h (struct elf_segment_map): Define.
1019
1020Tue Oct 31 15:19:36 1995 Fred Fish <fnf@cygnus.com>
1021
1022 * common.h, dwarf.h, external.h, hppa.h, internal.h,
1023 mips.h, ppc.h: Protect against multiple inclusions.
1024
1025Thu Sep 21 13:51:58 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1026
1027 * ppc.h (EF_PPC_RELOCATABLE_LIB): Add new flag bit.
1028
1029Fri Sep 1 15:32:17 1995 Kazumoto Kojima <kkojima@info.kanagawa-u.ac.jp>
1030
1031 * mips.h: Add some definitions used on Irix 5.
1032
1033Tue Jun 20 10:18:28 1995 Jeff Law (law@snake.cs.utah.edu)
1034
1035 * hppa.h (CPU_PA_RISC1_0): Protect from redefinitions.
1036 (CPU_PA_RISC1_1): Likewise.
1037
1038Wed Mar 8 18:14:37 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1039
1040 * ppc.h: New file for PowerPC support.
1041
1042Tue Feb 14 13:59:13 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1043
1044 * common.h (EM_PPC): Use offical value of 20, not 17.
1045 (EM_PPC_OLD): Define this to be the old value of EM_PPC.
1046
1047Tue Jan 24 09:40:59 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1048
1049 * common.h (EM_PPC): New macro, PowerPC machine id.
1050
1051Tue Jan 17 10:51:38 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
1052
1053 * mips.h (SHT_MIPS_MSYM, SHT_MIPS_DWARF, SHT_MIPS_EVENTS): Define.
1054
1055Mon Oct 17 13:43:59 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
1056
1057 * internal.h (Elf_Internal_Shdr): Remove rawdata and size fields.
1058 Add bfd_section field.
1059
1060Tue May 24 16:11:50 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1061
1062 * mips.h (Elf32_External_gptab): Define.
1063
1064Mon May 16 13:22:04 1994 Jeff Law (law@snake.cs.utah.edu)
1065
1066 * common.h (EM_HPPA): Delete.
1067 (EM_PARISC): Add.
1068 * hppa.h: New file.
1069
1070Mon May 9 13:27:03 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1071
1072 * common.h (SHN_LORESERVE): Rename from SHN_LORESERV.
1073 (ELF32_R_TYPE, ELF32_R_INFO): Don't rely on size of unsigned char.
1074 (ELF64_R_TYPE): Don't rely on size of unsigned long.
1075
1076Mon Apr 25 15:53:09 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1077
1078 * internal.h (Elf_Internal_Shdr): Use PTR, not void *.
1079
1080Fri Mar 11 00:34:59 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1081
1082 * mips.h (SHN_MIPS_TEXT, SHN_MIPS_DATA): Define.
1083
1084Sat Mar 5 14:08:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1085
1086 * internal.h: Remove Elf32_*, Elf64_* typedefs. These names
1087 cause conflicts with system headers, e.g. link.h in gdb/solib.c.
1088 Combine 32- and 64-bit versions of *_Internal_Dyn.
1089 * common.h: Replace uses of Elf64_Word, Elf64_Xword typedefs
1090 by their expansion.
1091 * mips.h: Replace uses of Elf32_Word, Elf32_Sword, Elf32_Addr
1092 typedefs by their expansion. Add DT_MIPS_RLD_MAP definition.
1093
1094Fri Feb 18 10:39:54 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1095
1096 * common.h (EM_CYGNUS_POWERPC): Define. This may be temporary,
1097 depending upon how quickly I can find a real PowerPC ABI.
1098
1099Mon Feb 7 08:27:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1100
1101 * internal.h: Change HOST_64_BIT to BFD_HOST_64_BIT.
1102
1103Wed Feb 2 14:12:18 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1104
1105 * common.h: Add comments regarding value of EM_HPPA and how to
1106 pick an unofficial value.
1107
1108Wed Nov 17 17:14:26 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1109
1110 * mips.h (SHT_MIPS_OPTIONS): Define.
1111
1112Mon Nov 8 17:57:00 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1113
1114 * mips.h: Added some more MIPS ABI macro definitions.
1115
1116Wed Nov 3 22:07:17 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
1117
1118 * common.h (EM_MIPS_RS4_BE): New macro.
1119
1120Tue Oct 12 07:28:18 1993 Ian Lance Taylor (ian@cygnus.com)
1121
1122 * mips.h: New file. MIPS ABI specific information.
1123
1124Mon Jun 21 13:13:43 1993 Ken Raeburn (raeburn@poseidon.cygnus.com)
1125
1126 * internal.h: Combined 32- and 64-bit versions of all structures
1127 except *_Internal_Dyn. This will simply the assembler interface,
1128 and some bfd code.
1129
1130Tue May 25 02:00:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
1131
1132 * external.h, internal.h, common.h: Added 64-bit versions of some
1133 structures and macros. Renamed old versions to put "32" in the
1134 name. Some are unchanged.
1135
1136Thu Apr 29 12:12:20 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
1137
1138 * common.h (EM_HPPA, NT_VERSION, STN_UNDEF, DT_*): New macros.
1139 * external.h (Elf_External_Dyn): New type.
1140
1141 * internal.h (Elf_Intenral_Shdr): New field `size'.
1142 (Elf_Internal_Dyn): New type.
1143
1144Tue Apr 20 16:03:45 1993 Fred Fish (fnf@cygnus.com)
1145
1146 * dwarf.h (LANG_CHILL): Change value to one randomly picked in
1147 the user defined range, to reduce probability of collisions.
1148
1149Sun Nov 15 09:34:02 1992 Fred Fish (fnf@cygnus.com)
1150
1151 * dwarf.h (AT_src_coords): Whitespace change only.
1152 * dwarf.h (AT_body_begin, AT_body_end, LANG_MODULA2):
1153 Add from latest gcc.
1154 * dwarf.h (LANG_CHILL): Add as GNU extension.
1155
1156Sat Aug 1 13:46:53 1992 Fred Fish (fnf@cygnus.com)
1157
1158 * dwarf.h: Replace with current version from gcc distribution.
1159
1160Fri Jun 19 19:05:09 1992 John Gilmore (gnu at cygnus.com)
1161
1162 * internal.h: Add real struct tags to all the Type_Defs, so they
1163 can be used in prototypes where the Type_Defs are not known.
1164
1165Fri Apr 3 20:58:58 1992 Mark Eichin (eichin at cygnus.com)
1166
1167 * common.h: added ELF_R_{SYM,TYPE,INFO} for handling relocation
1168 info
1169 added EM_MIPS, and corrected value of EM_860 based on System V ABI
1170 manual.
1171
1172 * external.h: added Elf_External_{Rel,Rela}.
1173
1174 * internal.h: added Elf_Internal_{Rel,Rela}.
1175 added rawdata to Elf_Internal_Shdr.
1176
1177Sat Nov 30 20:43:59 1991 Steve Chamberlain (sac at rtl.cygnus.com)
1178
1179 * common.h, dwarf.h, external.h, internal.h, ChangeLog; moved from
1180 ../elf-<foo>
1181
1182\f
1183Local Variables:
1184version-control: never
1185End:
This page took 0.108807 seconds and 4 git commands to generate.