diff options
author | Alan Modra <amodra@gmail.com> | 2000-07-28 01:33:14 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-07-28 01:33:14 +0000 |
commit | 41392f033d9a298106d515efbc7e7a572eb7eb3e (patch) | |
tree | 509993164200275e43381857255db0ffcb7e46ee /ld/emultempl/m68kcoff.em | |
parent | 04925e1e0b21992039d1c3923fa47896fac013a6 (diff) | |
download | gdb-41392f033d9a298106d515efbc7e7a572eb7eb3e.zip gdb-41392f033d9a298106d515efbc7e7a572eb7eb3e.tar.gz gdb-41392f033d9a298106d515efbc7e7a572eb7eb3e.tar.bz2 |
Add some shell variables and shell code to elf32.em
to allow elf32.em to be used by ports that require
some minor variations or a few extra functions.
Implement for hppaelf and armelf.
Fix header file include order in m68kcoff.em
Diffstat (limited to 'ld/emultempl/m68kcoff.em')
-rw-r--r-- | ld/emultempl/m68kcoff.em | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emultempl/m68kcoff.em b/ld/emultempl/m68kcoff.em index 06422d3..5b62e8e 100644 --- a/ld/emultempl/m68kcoff.em +++ b/ld/emultempl/m68kcoff.em @@ -33,8 +33,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "ld.h" #include "ldmain.h" -#include "ldemul.h" #include "ldfile.h" +#include "ldemul.h" #include "ldmisc.h" static void gld${EMULATION_NAME}_before_parse PARAMS ((void)); |