diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2002-10-25 19:18:46 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2002-10-25 19:18:46 +0000 |
commit | 664252b754b47fc328bfeaf77dc8c2a82b2e2a99 (patch) | |
tree | 7f74cc52413fc5fedff40534dadd414b488f5f2c /libgloss/i386/Makefile.in | |
parent | 8dec3c152c85a68adcf6d72fb9d92989e7aca5d3 (diff) | |
download | cygnal-664252b754b47fc328bfeaf77dc8c2a82b2e2a99.tar.gz cygnal-664252b754b47fc328bfeaf77dc8c2a82b2e2a99.tar.bz2 cygnal-664252b754b47fc328bfeaf77dc8c2a82b2e2a99.zip |
2002-10-25 Bernd Schmidt <bernds@redhat.com>
* i386/cygmon.ld: Add entry for .gcc_except_table.
2000-10-25 Mark Salter <msalter@redhat.com>
* i386/cygmon-crt0.S: Use __USER_LABEL_PREFIX__ for symbols. Always
use __start for start symbol.
* i386/cygmon-salib.c: Don't build __do_global_[cd]tors for AOUT.
Disable file I/O extensions to make Plum Hall happy.
* i386/cygmon.ld: Set __start as entry point.
* i386/Makefile.in: Support IS_AOUT.
* i386/configure.in: Support IS_AOUT.
* i386/configure: Regenerated.
* i386/cygmon-salib.c:
* i386/cygmon-gmon.c (_mcount): It's _etext.
Diffstat (limited to 'libgloss/i386/Makefile.in')
-rw-r--r-- | libgloss/i386/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libgloss/i386/Makefile.in b/libgloss/i386/Makefile.in index d68657a78..158ba81a3 100644 --- a/libgloss/i386/Makefile.in +++ b/libgloss/i386/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (c) 1997 Cygnus Support +# Copyright (c) 1997, 2000 Cygnus Support # # The authors hereby grant permission to use, copy, modify, distribute, # and license this software and its documentation for any purpose, provided @@ -87,10 +87,10 @@ libcygmon.a: $(CYGMON_OBJS) ${RANLIB} $@ cygmon-salib.o: ${srcdir}/cygmon-salib.c - $(CC) -c $(CFLAGS) @NEED_UNDERSCORE@ @IS_COFF@ $(<) -o $@ + $(CC) -c $(CFLAGS) @NEED_UNDERSCORE@ @IS_COFF@ @IS_AOUT@ $(<) -o $@ cygmon-crt0.o: ${srcdir}/cygmon-crt0.S - $(CC) -c $(CFLAGS) @NEED_UNDERSCORE@ @IS_COFF@ $(<) -o $@ + $(CC) -c $(CFLAGS) @NEED_UNDERSCORE@ @IS_COFF@ @IS_AOUT@ $(<) -o $@ doc: |