]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/configure
Tue Oct 31 16:34:28 1995 David Mosberger-Tang <davidm@azstarnet.com>
authorIan Lance Taylor <ian@airs.com>
Tue, 31 Oct 1995 21:41:59 +0000 (21:41 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 31 Oct 1995 21:41:59 +0000 (21:41 +0000)
commitd7b2038fac1564c4225cd80340383ffaf463dae8
tree888306f4f220cc864d5409848c19c4b5367d0376
parent5d0e859038215f5077e45ee866ed4c2d50250e9b
Tue Oct 31 16:34:28 1995  David Mosberger-Tang  <davidm@azstarnet.com>

* configure.in (alpha-*-linux*): Use ecoff.
* configure: Rebuild.
* ecoff.c (ecoff_directive_extern): New function.
(ecoff_directive_weakext): New function.
(ecoff_build_symbols): Handle weak symbols.
(ecoff_setup_ext): Likewise.
* ecoff.h (ecoff_directive_extern): Declare.
(ecoff_directive_weakext): Declare.
* symbols.c (S_IS_WEAK): New function.
* symbols.h (S_IS_WEAK): Declare.
* config/obj-ecoff.c (obj_pseudo_table): Add "extern" and
"weakext".
* config/tc-mips.c (mips_pseudo_table): Remove "extern".
(s_extern): Remove.
gas/ChangeLog
gas/configure
gas/configure.in
gas/ecoff.c