diff options
author | Stu Grossman <grossman@cygnus> | 1995-11-04 18:21:17 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1995-11-04 18:21:17 +0000 |
commit | bf917766db89c0c88b1e2cbd3a7eecb53c3d8f8c (patch) | |
tree | ab61f68167c38fe80f6b7dbd7c48e374ddc0c799 | |
parent | df7504dc5268909a7b446e946834d242ba78cb6a (diff) | |
download | gdb-bf917766db89c0c88b1e2cbd3a7eecb53c3d8f8c.zip gdb-bf917766db89c0c88b1e2cbd3a7eecb53c3d8f8c.tar.gz gdb-bf917766db89c0c88b1e2cbd3a7eecb53c3d8f8c.tar.bz2 |
* config.bfd (mips*-*-magic*): Add bfd_elf32_bigmips_vec to
targ_selvecs to allow debugging under Irix-5 native.
-rw-r--r-- | bfd/ChangeLog | 7 | ||||
-rwxr-xr-x | bfd/config.bfd | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 88e0468..482a379 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +start-sanitize-gm +Sat Nov 4 10:16:54 1995 Stu Grossman (grossman@cygnus.com) + + * config.bfd (mips*-*-magic*): Add bfd_elf32_bigmips_vec to + targ_selvecs to allow debugging under Irix-5 native. + +end-sanitize-gm Fri Nov 3 15:54:59 1995 Ian Lance Taylor <ian@cygnus.com> * xcofflink.c (xcoff_link_add_symbols): Rename local variable sub diff --git a/bfd/config.bfd b/bfd/config.bfd index 5dd7643..ad91081 100755 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -312,6 +312,7 @@ case "${targ}" in # start-sanitize-gm mips*-*-magic*) targ_defvec=ecoff_big_vec + targ_selvecs=bfd_elf32_bigmips_vec ;; # end-sanitize-gm mips*-*-ecoff*) |