From e82aa7944d2b00c54e9d3c1a47c5ed4a0e39393a Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 16 Apr 2018 15:19:41 +0930 Subject: Remove h8500 support include/ * coff/h8500.h: Delete. * coff/internal.h: Remove h8500 support. bfd/ * Makefile.am: Remove h8500 support. * archures.c: Likewise. * coffcode.h: Likewise. * config.bfd: Likewise. * configure.ac: Likewise. * targets.c: Likewise. * coff-h8500.c: Delete. * cpu-h8500.c: Delete. * Makefile.in: Regenerate. * bfd-in2.h: Regenerate. * configure: Regenerate. * po/SRC-POTFILES.in: Regenerate. opcodes/ * Makefile.am: Remove h8500 support. * configure.ac: Likewise. * disassemble.c: Likewise. * disassemble.h: Likewise. * h8500-dis.c: Delete. * h8500-opc.h: Delete. * Makefile.in: Regenerate. * configure: Regenerate. * po/POTFILES.in: Regenerate. binutils/ * testsuite/binutils-all/objcopy.exp: Remove h8500 support. * testsuite/lib/binutils-common.exp: Likewise. gas/ * config/obj-coff.h: Remove h8500 support. ld/ * Makefile.am: Remove h8500 support. * configure.tgt: Likewise. * emulparams/h8500.sh: Delete. * emulparams/h8500b.sh: Delete. * emulparams/h8500c.sh: Delete. * emulparams/h8500m.sh: Delete. * emulparams/h8500s.sh: Delete. * scripttempl/h8500.sc: Delete. * scripttempl/h8500b.sc: Delete. * scripttempl/h8500c.sc: Delete. * scripttempl/h8500m.sc: Delete. * scripttempl/h8500s.sc: Delete. * Makefile.in: Regenerate. * po/BLD-POTFILES.in: Regenerate. --- ld/scripttempl/h8500.sc | 73 ------------------------------------------------ ld/scripttempl/h8500b.sc | 73 ------------------------------------------------ ld/scripttempl/h8500c.sc | 73 ------------------------------------------------ ld/scripttempl/h8500m.sc | 73 ------------------------------------------------ ld/scripttempl/h8500s.sc | 73 ------------------------------------------------ 5 files changed, 365 deletions(-) delete mode 100644 ld/scripttempl/h8500.sc delete mode 100644 ld/scripttempl/h8500b.sc delete mode 100644 ld/scripttempl/h8500c.sc delete mode 100644 ld/scripttempl/h8500m.sc delete mode 100644 ld/scripttempl/h8500s.sc (limited to 'ld/scripttempl') diff --git a/ld/scripttempl/h8500.sc b/ld/scripttempl/h8500.sc deleted file mode 100644 index b052898..0000000 --- a/ld/scripttempl/h8500.sc +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright (C) 2014-2018 Free Software Foundation, Inc. -# -# Copying and distribution of this file, with or without modification, -# are permitted in any medium without royalty provided the copyright -# notice and this notice are preserved. - -TORS=" - ___ctors = . ; - *(.ctors) - ___ctors_end = . ; - ___dtors = . ; - *(.dtors) - ___dtors_end = . ;" - -cat < 64k */ - -SECTIONS -{ -.text 0x10000 : - { - *(.text) - *(.strings) - ${RELOCATING+ _etext = . ; } - } ${RELOCATING+ > ram} - -.data 0x20000 : - { - *(.data) - ${RELOCATING+ _edata = . ; } - } ${RELOCATING+ > ram} - -.rdata 0x30000 : - { - *(.rdata); - - ${CONSTRUCTING+${TORS}} - } ${RELOCATING+ > ram} - -.bss 0x40000 : - { - ${RELOCATING+ __start_bss = . ; } - *(.bss) - *(COMMON) - ${RELOCATING+ _end = . ; } - } ${RELOCATING+ >ram} - -.stack 0x5fff0 : - { - ${RELOCATING+ _stack = . ; } - *(.stack) - } ${RELOCATING+ > topram} - -.stab 0 ${RELOCATING+(NOLOAD)} : - { - [ .stab ] - } - -.stabstr 0 ${RELOCATING+(NOLOAD)} : - { - [ .stabstr ] - } -} -EOF diff --git a/ld/scripttempl/h8500m.sc b/ld/scripttempl/h8500m.sc deleted file mode 100644 index 5cae654..0000000 --- a/ld/scripttempl/h8500m.sc +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright (C) 2014-2018 Free Software Foundation, Inc. -# -# Copying and distribution of this file, with or without modification, -# are permitted in any medium without royalty provided the copyright -# notice and this notice are preserved. - -TORS=" - ___ctors = . ; - *(.ctors) - ___ctors_end = . ; - ___dtors = . ; - *(.dtors) - ___dtors_end = . ;" - -cat <