diff options
author | Sam James <sam@gentoo.org> | 2023-08-02 12:06:23 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-02 12:06:23 +0100 |
commit | b5c37946cce4b41af0436529b139fa3d23e61f73 (patch) | |
tree | 02129ebadb74e7d3f2430cf8221799ce186600e3 /ld/emultempl | |
parent | 675b9d612cc59446e84e2c6d89b45500cb603a8d (diff) | |
download | gdb-b5c37946cce4b41af0436529b139fa3d23e61f73.zip gdb-b5c37946cce4b41af0436529b139fa3d23e61f73.tar.gz gdb-b5c37946cce4b41af0436529b139fa3d23e61f73.tar.bz2 |
Revert "2.41 Release sources"
This reverts commit 675b9d612cc59446e84e2c6d89b45500cb603a8d.
See https://sourceware.org/pipermail/binutils/2023-August/128761.html.
Diffstat (limited to 'ld/emultempl')
-rw-r--r-- | ld/emultempl/pdp11.em | 1 | ||||
-rw-r--r-- | ld/emultempl/ticoff.em | 1 | ||||
-rw-r--r-- | ld/emultempl/vms.em | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/ld/emultempl/pdp11.em b/ld/emultempl/pdp11.em index 8ff260a..c6dbdee 100644 --- a/ld/emultempl/pdp11.em +++ b/ld/emultempl/pdp11.em @@ -21,6 +21,7 @@ fragment <<EOF /* --- \begin{pdp11.em} */ +#include "libiberty.h" #include "getopt.h" static void diff --git a/ld/emultempl/ticoff.em b/ld/emultempl/ticoff.em index 31abefe..8a3bfae 100644 --- a/ld/emultempl/ticoff.em +++ b/ld/emultempl/ticoff.em @@ -28,6 +28,7 @@ fragment <<EOF #define TARGET_IS_${EMULATION_NAME} #include "sysdep.h" +#include "libiberty.h" #include "bfd.h" #include "bfdlink.h" #include "ctf-api.h" diff --git a/ld/emultempl/vms.em b/ld/emultempl/vms.em index 3d2cd4a..1d90169 100644 --- a/ld/emultempl/vms.em +++ b/ld/emultempl/vms.em @@ -22,6 +22,7 @@ # This file is sourced from generic.em. fragment <<EOF +#include "libiberty.h" #include "getopt.h" static void |