From 41392f033d9a298106d515efbc7e7a572eb7eb3e Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Fri, 28 Jul 2000 01:33:14 +0000 Subject: 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 --- ld/emultempl/m68kcoff.em | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ld/emultempl/m68kcoff.em') 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)); -- cgit v1.1