* som.[ch]: Do not include libhppa.h in som.c, instead include
authorJeff Law <law@redhat.com>
Wed, 2 Mar 1994 23:04:29 +0000 (23:04 +0000)
committerJeff Law <law@redhat.com>
Wed, 2 Mar 1994 23:04:29 +0000 (23:04 +0000)
        it in som.h.

        * elf32-hppa.[ch]: Do not include libhppa.h in elf32-hppa.c, instead
        include it in elf32-hppa.h.

bfd/ChangeLog
bfd/elf32-hppa.c
bfd/elf32-hppa.h
bfd/som.c
bfd/som.h

index fd58ef9c1b3b20b84fccf6c0d46eb2bb5a36f2f9..e86faa1c8ae120e13059171ee2a67fe2f0ae57dd 100644 (file)
@@ -1,5 +1,11 @@
 Wed Mar  2 11:57:03 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
 
+       * som.[ch]: Do not include libhppa.h in som.c, instead include
+       it in som.h.
+
+       * elf32-hppa.[ch]: Do not include libhppa.h in elf32-hppa.c, instead
+       include it in elf32-hppa.h.
+
        * som.c (log2): Return -1 on error rather than aborting.
        (setup_sections): Bubble up an error from log2.
 
index 151a44b13496930a24e7bb8780ebddf04c7cc927..6486565167725164b60e0e2339b6b0fa68210d7a 100644 (file)
@@ -40,7 +40,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
        November 19, 1992.  */
 
 #include "elf32-hppa.h"
-#include "libhppa.h"
 #include "aout/aout64.h"
 #include "hppa_stubs.h"
 
index eb8c8bd547fdd4be9b7a1896dad24dd30cd67623..af264c050bafe4bb980c9df3f6bf536cb8127e77 100644 (file)
@@ -32,6 +32,7 @@
 #define _ELF32_HPPA_H
 
 #include "libelf.h"
+#include "libhppa.h"
 
 /* ELF/HPPA relocation types */
 
index 66c68e9a9f4a34f9d63076390b974a26455cf276..daeb9f9e9771583701fb6964f3f8587e1f1437c4 100644 (file)
--- a/bfd/som.c
+++ b/bfd/som.c
@@ -27,7 +27,6 @@
 
 #include "libbfd.h"
 #include "som.h"
-#include "libhppa.h"
 
 #include <stdio.h>
 #include <sys/types.h>
index 00554802cc14567a294d385aa4aa82f3ef5bcd95..977e0557f9e99730773539ecaef1457bbbe14fc4 100644 (file)
--- a/bfd/som.h
+++ b/bfd/som.h
@@ -24,6 +24,7 @@
 #define _SOM_H
 
 #include "../bfd/sysdep.h"
+#include "libhppa.h"
 
 #include <a.out.h>
 #include <lst.h>
This page took 0.035625 seconds and 4 git commands to generate.