diff options
author | Alan Modra <amodra@gmail.com> | 2000-10-12 01:28:06 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-10-12 01:28:06 +0000 |
commit | 3ef20aaa54691fee72c081389787d2787dbf6164 (patch) | |
tree | ac046618bbca4e3960759f6ea8b5ee03091c5a67 | |
parent | 30a2b4ef8f28ad15ea6bfb17bdf54e164607d8db (diff) | |
download | gdb-3ef20aaa54691fee72c081389787d2787dbf6164.zip gdb-3ef20aaa54691fee72c081389787d2787dbf6164.tar.gz gdb-3ef20aaa54691fee72c081389787d2787dbf6164.tar.bz2 |
Include alloca-conf.h
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/elf64-hppa.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d9b016b..95d885c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2000-10-12 Alan Modra <alan@linuxcare.com.au> + + * elf64-hppa.c: Include alloca-conf.h + 2000-10-11 Alan Modra <alan@linuxcare.com.au> * elf.c (swap_out_syms): Revert 2000-10-07 changes. diff --git a/bfd/elf64-hppa.c b/bfd/elf64-hppa.c index d864124..4c75c0e 100644 --- a/bfd/elf64-hppa.c +++ b/bfd/elf64-hppa.c @@ -17,6 +17,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include "alloca-conf.h" #include "bfd.h" #include "sysdep.h" #include "libbfd.h" |