diff options
author | Jan Beulich <jbeulich@suse.com> | 2022-06-27 11:11:46 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2022-06-27 11:11:46 +0200 |
commit | ddd7bf3e2881aa339dc3ad4a36efc8ee3c3f7192 (patch) | |
tree | 5252bf3fabc71eeaf15f4d5334281f79b7f40f13 /ld/emulparams | |
parent | 2d1388e73c700f689b23d53b504e0991fe196596 (diff) | |
download | gdb-ddd7bf3e2881aa339dc3ad4a36efc8ee3c3f7192.zip gdb-ddd7bf3e2881aa339dc3ad4a36efc8ee3c3f7192.tar.gz gdb-ddd7bf3e2881aa339dc3ad4a36efc8ee3c3f7192.tar.bz2 |
drop XC16x bits
Commit 04f096fb9e25 ("Move the xc16x target to the obsolete list") moved
the architecture from the "obsolete but still available" to the
"obsolete / support removed" list in config.bfd, making the architecture
impossible to enable (except maybe via "enable everything" options").
Note that I didn't touch */po/*.po{,t} on the assumption that these
would be updated by some (half)automatic means.
Diffstat (limited to 'ld/emulparams')
-rw-r--r-- | ld/emulparams/elf32xc16x.sh | 8 | ||||
-rw-r--r-- | ld/emulparams/elf32xc16xl.sh | 8 | ||||
-rw-r--r-- | ld/emulparams/elf32xc16xs.sh | 8 |
3 files changed, 0 insertions, 24 deletions
diff --git a/ld/emulparams/elf32xc16x.sh b/ld/emulparams/elf32xc16x.sh deleted file mode 100644 index 1f89529..0000000 --- a/ld/emulparams/elf32xc16x.sh +++ /dev/null @@ -1,8 +0,0 @@ -SCRIPT_NAME=elf32xc16x -TEMPLATE_NAME=elf -OUTPUT_FORMAT="elf32-xc16x" -TEXT_START_ADDR=0x00400 -ARCH=xc16x -MAXPAGESIZE="CONSTANT (MAXPAGESIZE)" -ENTRY=_start -EMBEDDED=yes diff --git a/ld/emulparams/elf32xc16xl.sh b/ld/emulparams/elf32xc16xl.sh deleted file mode 100644 index 98ee128..0000000 --- a/ld/emulparams/elf32xc16xl.sh +++ /dev/null @@ -1,8 +0,0 @@ -SCRIPT_NAME=elf32xc16xl -TEMPLATE_NAME=elf -OUTPUT_FORMAT="elf32-xc16x" -TEXT_START_ADDR=0xc00300 -ARCH=xc16x:xc16xl -MAXPAGESIZE="CONSTANT (MAXPAGESIZE)" -ENTRY=_start -EMBEDDED=yes diff --git a/ld/emulparams/elf32xc16xs.sh b/ld/emulparams/elf32xc16xs.sh deleted file mode 100644 index 9c6628f..0000000 --- a/ld/emulparams/elf32xc16xs.sh +++ /dev/null @@ -1,8 +0,0 @@ -SCRIPT_NAME=elf32xc16xs -TEMPLATE_NAME=elf -OUTPUT_FORMAT="elf32-xc16x" -TEXT_START_ADDR=0xc00300 -ARCH=xc16x:xc16xs -MAXPAGESIZE="CONSTANT (MAXPAGESIZE)" -ENTRY=_start -EMBEDDED=yes |