diff options
author | Jeff Law <law@redhat.com> | 1993-11-12 23:39:35 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1993-11-12 23:39:35 +0000 |
commit | 70f1d7387eaa7cfb8572a117a92b0ae39b7f51e3 (patch) | |
tree | 1215223d976a3ae95d1a6f2fa52d002d7312e607 /bfd | |
parent | 40249bfb73566193d2eb5cd6f39905ba347ec86f (diff) | |
download | gdb-70f1d7387eaa7cfb8572a117a92b0ae39b7f51e3.zip gdb-70f1d7387eaa7cfb8572a117a92b0ae39b7f51e3.tar.gz gdb-70f1d7387eaa7cfb8572a117a92b0ae39b7f51e3.tar.bz2 |
* som.c: Include libhppa.h
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 2 | ||||
-rw-r--r-- | bfd/som.c | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 83a74bb..a50a6f9 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,7 @@ Fri Nov 12 15:29:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu) + * som.c: Include libhppa.h + * som.c (bfd_som_set_section_attributes): New function. (bfd_som_set_subsection_attributes): Likewise. (bfd_som_set_symboL_type): Likewise. @@ -27,6 +27,7 @@ #include "libbfd.h" #include "som.h" +#include "libhppa.h" #include <stdio.h> #include <sys/types.h> |