mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-08 02:08:40 +00:00
wrap overlong lines
This commit is contained in:
parent
878bcc438a
commit
a70ae33183
@ -15,10 +15,11 @@
|
||||
2006-10-18 Roy Marples <uberlord@gentoo.org>
|
||||
|
||||
* config/tc-sparc.c (md_parse_option): Treat any target starting with
|
||||
elf32-sparc as a viable target for the -32 switch and any target starting with
|
||||
elf64-sparc as a viable target for the -64 switch.
|
||||
(sparc_target_format): For 64-bit ELF flavoured output use ELF_TARGET_FORMAT64
|
||||
while for 32-bit ELF flavoured output use ELF_TARGET_FORMAT.
|
||||
elf32-sparc as a viable target for the -32 switch and any target
|
||||
starting with elf64-sparc as a viable target for the -64 switch.
|
||||
(sparc_target_format): For 64-bit ELF flavoured output use
|
||||
ELF_TARGET_FORMAT64 while for 32-bit ELF flavoured output use
|
||||
ELF_TARGET_FORMAT.
|
||||
* config/tc-sparc.h (ELF_TARGET_FORMAT, ELF_TARGET_FORMAT64): Define.
|
||||
|
||||
2006-10-17 H.J. Lu <hongjiu.lu@intel.com>
|
||||
@ -146,10 +147,12 @@
|
||||
* configure.in: Add new target x86_64-pc-mingw64.
|
||||
* configure: Regenerate.
|
||||
* configure.tgt: Add new target x86_64-pc-mingw64.
|
||||
* config/obj-coff.h: Add handling for TE_PEP target specific code and definitions.
|
||||
* config/obj-coff.h: Add handling for TE_PEP target specific code
|
||||
and definitions.
|
||||
* config/tc-i386.c: Add new targets.
|
||||
(md_parse_option): Add targets to OPTION_64.
|
||||
(x86_64_target_format): Add new method for setup proper default target cpu mode.
|
||||
(x86_64_target_format): Add new method for setup proper default
|
||||
target cpu mode.
|
||||
* config/te-pep.h: Add new target definition header.
|
||||
(TE_PEP): New macro: Identifies new target architecture.
|
||||
(COFF_WITH_pex64): Set proper includes in bfd.
|
||||
|
Loading…
x
Reference in New Issue
Block a user