mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-14 12:28:37 +08:00
wrap overlong lines
This commit is contained in:
@ -15,10 +15,11 @@
|
|||||||
2006-10-18 Roy Marples <uberlord@gentoo.org>
|
2006-10-18 Roy Marples <uberlord@gentoo.org>
|
||||||
|
|
||||||
* config/tc-sparc.c (md_parse_option): Treat any target starting with
|
* 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
|
elf32-sparc as a viable target for the -32 switch and any target
|
||||||
elf64-sparc as a viable target for the -64 switch.
|
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
|
(sparc_target_format): For 64-bit ELF flavoured output use
|
||||||
while for 32-bit ELF flavoured output use ELF_TARGET_FORMAT.
|
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.
|
* config/tc-sparc.h (ELF_TARGET_FORMAT, ELF_TARGET_FORMAT64): Define.
|
||||||
|
|
||||||
2006-10-17 H.J. Lu <hongjiu.lu@intel.com>
|
2006-10-17 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
@ -146,10 +147,12 @@
|
|||||||
* configure.in: Add new target x86_64-pc-mingw64.
|
* configure.in: Add new target x86_64-pc-mingw64.
|
||||||
* configure: Regenerate.
|
* configure: Regenerate.
|
||||||
* configure.tgt: Add new target x86_64-pc-mingw64.
|
* 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.
|
* config/tc-i386.c: Add new targets.
|
||||||
(md_parse_option): Add targets to OPTION_64.
|
(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.
|
* config/te-pep.h: Add new target definition header.
|
||||||
(TE_PEP): New macro: Identifies new target architecture.
|
(TE_PEP): New macro: Identifies new target architecture.
|
||||||
(COFF_WITH_pex64): Set proper includes in bfd.
|
(COFF_WITH_pex64): Set proper includes in bfd.
|
||||||
|
Reference in New Issue
Block a user