Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1999-12-09 21:23:45 +0300
committerNick Clifton <nickc@redhat.com>1999-12-09 21:23:45 +0300
commit5faf7e0b9500ab0fa08b269381b8aab823e2f0b8 (patch)
tree35042b80eb7243eb46493ab0691df91cf2a4439b
parentcf81f689e2b28de889ad8cf99cc256e3c59b0860 (diff)
Fix include paths
-rw-r--r--include/elf/ChangeLog6
-rw-r--r--include/elf/hppa.h2
-rw-r--r--include/elf/i386.h2
-rw-r--r--include/elf/i960.h3
4 files changed, 10 insertions, 3 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index d3229f441..37ecd2788 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -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.
diff --git a/include/elf/hppa.h b/include/elf/hppa.h
index 5b2444415..0e45d7451 100644
--- a/include/elf/hppa.h
+++ b/include/elf/hppa.h
@@ -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 */
diff --git a/include/elf/i386.h b/include/elf/i386.h
index 219f10511..058666172 100644
--- a/include/elf/i386.h
+++ b/include/elf/i386.h
@@ -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 */
diff --git a/include/elf/i960.h b/include/elf/i960.h
index 7939d2899..3e60289ea 100644
--- a/include/elf/i960.h
+++ b/include/elf/i960.h
@@ -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)