simonb
|
3ebe38e227
|
Use the ASM_OUTPUT_COMMON() and ASM_OUTPUT_LOCAL() macros from gcc
2.95.2's m68kelf.h. Fixes problems with the size of common objects.
From Charles Hannum.
|
2000-12-14 06:38:50 +00:00 |
scw
|
4c12d23bdb
|
Fix C++ static ctors/dtors by providing the same macros as defined
in i386/netbsd-elf.h.
|
2000-12-09 20:38:04 +00:00 |
scw
|
36f2e9920b
|
Set the emulation target to m68kelfnbsd.
|
2000-12-07 22:46:04 +00:00 |
kleink
|
9cee15bd12
|
In the ELF toolchain, use __mcount instead of mcount.
|
2000-12-07 10:14:08 +00:00 |
kleink
|
a8b1129af9
|
Nuke explicit entry symbol specification; crt0 provides _start, which is
expected by the ELF ld.
|
1999-08-23 09:36:38 +00:00 |
kleink
|
8cc362229b
|
G/C predefition of `m68k'; update a debugging-related comment.
|
1999-05-29 17:22:56 +00:00 |
kleink
|
2a213ac8a5
|
m68k/ELF target configuration.
|
1999-05-27 14:37:14 +00:00 |
tv
|
d3989ee704
|
Import egcs 1.1.2 to fix some optimizer bugs on i386 and sparc, among others.
|
1999-04-06 15:07:33 +00:00 |
tv
|
ae250d0e0a
|
Round 2 of gnu/dist cleanup:
- remove ChangeLogs (still available on vendor FSF/CYGNUS branch, 1.1.1)
- remove many target-system config files unrelated to NetBSD targets
|
1999-02-04 04:25:21 +00:00 |
tv
|
1bd5f31faa
|
Import egcs 1.1.1 (release).
|
1998-12-13 00:04:06 +00:00 |
tv
|
c33b9ddf0b
|
Conflict resolution from 1.1.1pre2 import.
|
1998-11-14 04:27:16 +00:00 |
tv
|
7500a991df
|
Import egcs 1.1.1 prerelease 2
|
1998-11-14 04:14:09 +00:00 |
tv
|
57d34f92e8
|
Set MAX_OFILE_ALIGNMENT to 32 as suggested by <chas@cmf.nrl.navy.mil> in
PR port-m68k/6308. Since m68k's can access doubles fine on a 32-bit
boundary, this does not need to be 64.
|
1998-10-16 20:07:15 +00:00 |
scottr
|
153523c847
|
Revert last; this breaks compatibility with gcc-2.7.x-compiled
code.
|
1998-10-14 18:28:16 +00:00 |
tv
|
451f0e3c25
|
Fix TARGET_DEFAULT as reported by <chas@cmf.nrl.navy.mil> in PR
port-m68k/6288.
|
1998-10-14 14:55:30 +00:00 |
tv
|
dd23d5aa0c
|
Import egcs 1.1 (branch), 14 Oct 1998 sources.
|
1998-10-14 14:28:50 +00:00 |
tv
|
b37a043772
|
Import of egcs 1.1 release (1.1b).
|
1998-09-13 16:09:19 +00:00 |
tv
|
eb3bf55684
|
Remove -Dunix from predefines, and add a warning to cpp which triggers on
"#if defined(unix)/#ifdef unix/#ifndef unix" if -Dunix is not specified
explicitly:
warning: deprecated symbol "unix" is no longer predefined
|
1998-08-29 17:04:56 +00:00 |
tv
|
0771761e8e
|
Inlcude "system.h" instead of <stdio.h>.
|
1998-08-19 21:31:45 +00:00 |
tv
|
471ccd3532
|
Need DWARF2_UNWIND_INFO=0 for -fsjlj-exceptions as default.
|
1998-08-18 02:47:50 +00:00 |
tv
|
667decf81a
|
Resolve conflicts, fix up c-common, and clean up import of egcs 1.1.
|
1998-08-16 20:41:00 +00:00 |
tv
|
45ddfeba03
|
Import egcs-1.1 gcc, 19980816 snapshot
|
1998-08-16 17:35:45 +00:00 |
scottr
|
67d9c0902b
|
Need to include tree.h to resolve a problem with a missing prototype
for dwarf2out_cli_label().
|
1998-03-31 06:00:05 +00:00 |
mrg
|
ae088afd9c
|
add -D__KPRINTF_ATTRIBUTE to CPP_PREDEFINES
|
1998-03-30 03:23:31 +00:00 |
mrg
|
d3c5e32f1d
|
initial import of the egcs 1.0.2 compiler
|
1998-03-29 08:14:27 +00:00 |