mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
more cleanups
This commit is contained in:
@ -1,7 +1,10 @@
|
|||||||
Wed Aug 11 12:11:23 1993 David J. Mackenzie (djm@thepub.cygnus.com)
|
Wed Aug 11 12:11:23 1993 David J. Mackenzie (djm@thepub.cygnus.com)
|
||||||
|
|
||||||
|
* archures.c (archures_init_table): Add bfd_sh_arch.
|
||||||
|
|
||||||
* configure.in: Include coff-m68k.o for m68kcoffun_vec.
|
* configure.in: Include coff-m68k.o for m68kcoffun_vec.
|
||||||
Include nlm32.o and nlm.o for bfd_nlm32_i386_vec.
|
Include nlm32.o and nlm.o for bfd_nlm32_i386_vec.
|
||||||
|
Fix error in error message.
|
||||||
|
|
||||||
* oasys.c: Make bfd_error_vector extern.
|
* oasys.c: Make bfd_error_vector extern.
|
||||||
|
|
||||||
|
@ -148,8 +148,7 @@ do
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
# We don't do any links based on the target system, just minor makefile
|
# We don't do any links based on the target system, just makefile config.
|
||||||
# config.
|
|
||||||
|
|
||||||
# post-target:
|
# post-target:
|
||||||
|
|
||||||
@ -263,7 +262,7 @@ if [ x${all_targets} = xfalse ]; then
|
|||||||
z8kcoff_vec) tb="$tb coff-z8k.o" ;;
|
z8kcoff_vec) tb="$tb coff-z8k.o" ;;
|
||||||
|
|
||||||
"") ;;
|
"") ;;
|
||||||
*) echo "*** unknown target vector $vec in $f" 1>&2; exit 1 ;;
|
*) echo "*** unknown target vector $vec" 1>&2; exit 1 ;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user