diff options
author | Mark Harmstone <mark@harmstone.com> | 2022-12-14 00:54:34 +0000 |
---|---|---|
committer | Mark Harmstone <mark@harmstone.com> | 2023-01-10 23:30:44 +0000 |
commit | b152649d51b52e4e82176fb835b8b91a9ca08ad4 (patch) | |
tree | 635d2ed5c44c70a897110aa4855a5dcf10ed1f63 /bfd/config.bfd | |
parent | 5093b5a5e7e3e51116207eb2dec81846140fc604 (diff) | |
download | gdb-b152649d51b52e4e82176fb835b8b91a9ca08ad4.zip gdb-b152649d51b52e4e82176fb835b8b91a9ca08ad4.tar.gz gdb-b152649d51b52e4e82176fb835b8b91a9ca08ad4.tar.bz2 |
Add pe-aarch64 relocations
This adds the remaining pe-aarch64 relocations, and gets them working.
It also brings in the constant directives from ELF, as otherwise .word
would be 2 rather than 4 bytes, and .xword and .dword wouldn't be
defined.
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r-- | bfd/config.bfd | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index 3672b6a..800afa8 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -1493,12 +1493,6 @@ case "${targ}" in ;; esac -if test x"$targ_defvec" = x"aarch64-pe"; then - # Not currently complete (and probably not stable), warn user - echo "*** WARNING BFD aarch64-pe support not complete nor stable" - echo "*** Do not rely on this for production purposes" -fi - # All MIPS ELF targets need a 64-bit bfd_vma. case "${targ_defvec} ${targ_selvecs}" in *mips_elf*) |