summaryrefslogtreecommitdiffstats
path: root/include/coff/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* Add support for OpenRISC 32-bit embedded processorNick Clifton2002-01-311-1/+8
|
* Fix for xcoff <bigaf> big archive support.Tom Rix2001-12-311-0/+8
|
* Minimal handle .typchk and .except section.Tom Rix2001-12-181-1/+1
|
* Add except and typeck section strings. Fix xcoff_big_format_p macro.Tom Rix2001-12-171-0/+5
|
* Clean up formatting of xcoff.hTom Rix2001-12-171-0/+4
|
* Fix tic54x testsuite failures and Lmem disassembly bugs.Tim Wall2001-11-131-0/+7
|
* Fix usage of H_GET_32/16. Likewise with H_PUT_32/16.Nick Clifton2001-10-261-0/+5
|
* Fix compile time warningsNick Clifton2001-09-211-0/+4
|
* * external.h (GET_LINENO_LNNO): Use H_GET_32/16.Alan Modra2001-09-181-0/+11
| | | | | | | | | | (PUT_LINENO_LNNO): Use H_PUT_32/16. * m88k.h (GET_LNSZ_SIZE, GET_LNSZ_LNNO, GET_SCN_NRELOC, GET_SCN_NLINNO): Use H_GET_32. (PUT_LNSZ_LNNO, PUT_LNSZ_SIZE, PUT_SCN_NRELOC, PUT_SCN_NLINNO): Use H_PUT_32. * ti.h: Formatting fixes. Make use of H_GET_* and H_PUT_* throughout. * xcoff.h: White space changes.
* Fix import symbols for AIX.Tom Rix2001-09-061-0/+4
|
* * xcoff.h (struct __rtinit): Make proper prototype for rtl.Andreas Jaeger2001-08-271-0/+4
|
* * internal.h (R_JMP2, R_JMPL2, R_MOVL2): Comment spelling fix.Joern Rennecke2001-08-241-0/+4
|
* Support for xcoff64Tom Rix2001-05-241-0/+8
|
* Fix compile time warnings.Nick Clifton2001-03-241-0/+6
|
* formatting fixNick Clifton2001-03-141-23/+24
|
* Fix typos in ChangeLogs; add coff/external.h; fix copyright datesNick Clifton2001-03-141-10/+77
|
* * include/coff/pe.h: Rename PEP64AOUTHDR to PEPAOUTHDR. RenameDJ Delorie2001-02-131-0/+5
| | | | PEP64AOUTSZ to PEPAOUTSZ.
* 2001-01-23 H.J. Lu <hjl@gnu.org>H.J. Lu2001-02-061-0/+5
| | | | | * include/coff/pe.h (struct external_PEI_DOS_hdr): New. (struct external_PEI_IMAGE_hdr): New.
* Replace #warning with #errorAlan Modra2000-12-111-1/+5
|
* #warn -> #warningAlan Modra2000-12-071-0/+4
|
* Fix formatting, add copyright noticeNick Clifton2000-09-031-0/+4
|
* Clean up load page support for tic54x.Tim Wall2000-04-181-0/+5
|
* Initial patches for IA-64 EFI (64-bit PE) support.Jim Wilson2000-04-171-0/+17
| | | | | | | | | | | | | | | | | * pe.h (PEP64AOUTHDR): New header for PE+. (PEP64AOUTSZ): New macro. (IMAGE_SUBSYSTEM_UNKNOWN): New macro. (IMAGE_SUBSYSTEM_NATIVE): Ditto. (IMAGE_SUBSYSTEM_WINDOWS_GUI): Ditto. (IMAGE_SUBSYSTEM_WINDOWS_CUI): Ditto. (IMAGE_SUBSYSTEM_POSIX_CUI): Ditto. (IMAGE_SUBSYSTEM_WINDOWS_CE_GUI): Ditto. (IMAGE_SUBSYSTEM_EFI_APPLICATION): Ditto. (IMAGE_SUBSYSTEM_EFI_BOOT_SERVICE_DRIVER): Ditto. (IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER): Ditto. * internal.h (PE_DEF_FILE_ALIGNMENT): Define only if not defined already. * ia64.h: New file.
* Remove U suffix from constants for K&R compilers.Alan Modra2000-04-131-0/+5
| | | | Fix a couple of 64 bit nits.
* Mods to allow compilation of BFD all targets.Tim Wall2000-04-111-0/+6
|
* BFD and include/coff support for tic54x target.Tim Wall2000-04-071-0/+6
|
* sh-dsp REPEAT support:Joern Rennecke2000-04-051-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | opcodes: * sh-opc.h (sh_nibble_type): Remove DISP_8 and DISP_4. Split IMM_[48]{,BY[24]} into IMM[01]_[48]{,BY[24]}. Add REPEAT. (sh_arg_type): Add A_PC. (sh_table): Update entries using immediates. Add repeat. * sh-dis.c (print_insn_shx): Remove DISP_8 and DISP_4. Split IMM_[48]{,BY[24]} into IMM[01]_[48]{,BY[24]}. Add REPEAT. gas: * config/tc-sh.c (immediate): Delete. (sh_operand_info): Add immediate member. (parse_reg): Use A_PC for pc. (parse_exp): Add second argument 'op'. All callers changed. (parse_at): Expect pc to be coded as A_PC. Use immediate field in *op. (insert): Add fourth argument 'op'. All callers changed. (build_relax): Add second argument 'op'. All callers changed. (insert_loop_bounds): New function. (build_Mytes): Remove DISP_4. Split IMM_[48]{,BY[24]} into IMM[01]_[48]{,BY[24]}. Add REPEAT. (assemble_ppi): Use immediate field in *operand. (sh_force_relocation): Handle BFD_RELOC_SH_LOOP_{START,END}. (md_apply_fix): Likewise. (tc_gen_reloc): Likewise. Check for a pcrel BFD_RELOC_SH_LABEL. include/coff: * sh.h (R_SH_LOOP_START, R_SH_LOOP_END): Define. include/elf: * sh.h (R_SH_LOOP_START, R_SH_LOOP_END): New RELOC_NUMBERs. bfd: * reloc.c (_bfd_relocate_contents): Add BFD_RELOC_SH_LOOP_START and BFD_RELOC_SH_LOOP_END. * elf32-sh.c (sh_elf_howto_tab): Change special_func to sh_elf_ignore_reloc for all entries that sh_elf_reloc used to ignore. Add entries for R_SH_LOOP_START and R_SH_LOOP_END. (sh_elf_reloc_loop): New function. (sh_elf_reloc): No need to test for always-to-be-ignored relocs any more. (sh_rel): Add entries for BFD_RELOC_SH_LOOP_{START,END}. (sh_elf_relocate_section): Handle BFD_RELOC_SH_LOOP_{START,END}. * bfd-in2.h, libbfd.h: Regenerate.
* * internal.h: Fix a typo in the comment for R_MOVL2.Jeff Law2000-03-151-0/+4
|
* Defone {MIPS|SH}_PE_MAGICNick Clifton2000-02-281-0/+5
|
* Add support for WinCE targeted toolchains.Nick Clifton2000-02-241-0/+7
|
* fix spelling of MotorolaNick Clifton2000-01-201-1/+1
|
* add missing definitionsNick Clifton2000-01-051-0/+25
|
* Delete bogus R_PCLONG. Tidy R_*.Alan Modra1999-09-201-0/+5
|
* 1999-09-06 Donn Terry <donn@interix.com>Ian Lance Taylor1999-09-071-0/+7
| | | | | | | * internal.h (DTYPE): Define. * pe.h (struct external_PEI_filehdr): Rename from external_PE_filehdr. Define even if COFF_IMAGE_WITH_PE is not defined.
* Rename F_SOFTFLOAt to F_SOFT_FLOAT for compatability with include/elf/arm.hNick Clifton1999-07-171-0/+4
|
* 1999-06-21 Philip Blundell <pb@nexus.co.uk>Nick Clifton1999-07-151-0/+4
| | | | * arm.h (F_SOFTFLOAT): Define.
* Define F_ARM_5Nick Clifton1999-07-051-0/+4
|
* * internal.h (BEOS_EXE_IMAGE_BASE, BEOS_DLL_IMAGE_BASE): New.Richard Henderson1999-06-031-0/+4
|
* Renumber cpu flag bits to avoid collision with PE flag bitsNick Clifton1999-05-191-0/+6
|
* Defined rva relocations.Nick Clifton1999-05-151-0/+4
|
* 19990502 sourceware importbinu_ss_19990502Richard Henderson1999-05-031-0/+793