Fix include paths
authorNick Clifton <nickc@redhat.com>
Thu, 9 Dec 1999 18:23:45 +0000 (18:23 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 9 Dec 1999 18:23:45 +0000 (18:23 +0000)
include/elf/ChangeLog
include/elf/hppa.h
include/elf/i386.h
include/elf/i960.h

index d3229f4416bffd0ece9457bda69e5c2d4f474f2a..37ecd27888087fecd1fd174b704d4f44d62721c5 100644 (file)
@@ -1,3 +1,9 @@
+1999-12-09  Fred Fish  <fnf@cygnus.com>
+
+       * i960.h (reloc-macros.h):  Include using relative dir elf/.
+       * i386.h (reloc-macros.h):  Include using relative dir elf/.
+       * hppa.h (reloc-macros.h):  Include using relative dir elf/.
+       
 1999-12-07  Jim Blandy  <jimb@cygnus.com>
 
        * common.h (NT_PRXFPREG): New definition.
index 5b24444154adeb418f0376cc5856cf4b98230b9a..0e45d7451fd68d70471e0ba68ff266ba9eb35d5c 100644 (file)
@@ -99,7 +99,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 /* ELF/HPPA relocation types */
 
 /* Note: PA-ELF is defined to use only RELA relocations.  */
-#include "reloc-macros.h"
+#include "elf/reloc-macros.h"
 
 START_RELOC_NUMBERS (elf_hppa_reloc_type)
      RELOC_NUMBER (R_PARISC_NONE,      0)      /* No reloc */
index 219f10511fe1cbcca5d8bb153affd7cda2d5a23c..0586661720efa49d52d6a776f93dc6cf14adb76c 100644 (file)
@@ -20,7 +20,7 @@
 #ifndef _ELF_I386_H
 #define _ELF_I386_H
 
-#include "reloc-macros.h"
+#include "elf/reloc-macros.h"
 
 START_RELOC_NUMBERS (elf_i386_reloc_type)
      RELOC_NUMBER (R_386_NONE,      0) /* No reloc */
index 7939d289942954c2560a2b80270adec2af60ee9a..3e60289ea997197b24c26f896b5899a2a3bcfb8f 100644 (file)
@@ -20,7 +20,8 @@
 #ifndef _ELF_I960_H
 #define _ELF_I960_H
 
-#include "reloc-macros.h"
+#include "elf/reloc-macros.h"
+
 
 START_RELOC_NUMBERS (elf_i960_reloc_type)
      RELOC_NUMBER (R_960_NONE,     0)