Commit Graph

1086 Commits

Author SHA1 Message Date
tron
93fded9a74 Fix build with "USE_SSP=yes". 2015-08-21 08:19:28 +00:00
christos
ed5ec7e8c7 use snprintf and cast to long. 2015-08-20 17:25:50 +00:00
christos
82dfa05dde regen 2015-08-18 08:43:55 +00:00
christos
9ca90fdc92 finish all the regen 2015-08-17 17:28:33 +00:00
christos
871cc9aea1 regen sh3* 2015-08-17 13:26:04 +00:00
christos
0e872dfe70 regen coldfire 2015-08-17 13:17:44 +00:00
christos
311ef48816 forgot one earmv4 files 2015-08-17 13:10:38 +00:00
christos
3954c00438 regen hppa and mipseb 2015-08-17 13:09:41 +00:00
christos
97d737391f regen some arm, mips, ppc, 2015-08-17 12:48:16 +00:00
christos
329412d82a fix mips 2015-08-17 12:45:06 +00:00
christos
1d01486282 regen vax 2015-08-17 10:17:25 +00:00
christos
4ee3234649 regen m68000 2015-08-17 10:11:30 +00:00
christos
c6bb8cabfc regen sparc64 2015-08-17 10:07:00 +00:00
christos
094a12b336 fix sparc64 2015-08-17 10:06:50 +00:00
christos
4d5524276d regen alpha, earmv4 2015-08-17 09:57:59 +00:00
christos
18982316aa fix alpha 2015-08-17 09:57:31 +00:00
christos
3221174a81 regen m68k 2015-08-17 09:06:49 +00:00
christos
1b2e4fb002 fix m68k 2015-08-17 09:06:29 +00:00
christos
3a1916735f regen sparc 2015-08-17 08:53:56 +00:00
christos
450cf8f634 fix sparc 2015-08-17 08:53:33 +00:00
christos
d708e326ad regen i386 2015-08-17 08:30:33 +00:00
christos
983172ca33 don't hard code the path. 2015-08-17 07:32:51 +00:00
christos
a70d8c7e9c gdb 7 -> gdb.old 2015-08-17 07:30:39 +00:00
christos
9d1da10b43 merge conflicts 2015-08-16 09:52:55 +00:00
christos
57d153c7c7 fix glue for gdb-7.9.1 2015-08-16 09:51:58 +00:00
christos
d0e1037b7b handle gdb-7.9.1 2015-08-16 09:14:53 +00:00
mrg
4a7a9971a5 add a bunch of missing CLEANDIRFILES, since the implicit rules they
come from are not entirely simple to generate.

remove old DIST= setting that was wrong.

this subdir builds again for me now.
2015-08-15 21:11:37 +00:00
mrg
0249ef23ac this is gdb.old, not gdb.
XXX: put this in bsd.own.mk?
2015-08-15 20:57:37 +00:00
mrg
67a23d995b re-run mknative binutils for powerpc. 2015-08-15 19:54:02 +00:00
christos
968cf8f21f import new gdb 2015-08-15 10:24:36 +00:00
christos
837edd6b4e import new gdb 2015-08-15 10:18:10 +00:00
christos
b23b258258 import new gdb 2015-08-15 09:56:15 +00:00
christos
9d2109275e import new gdb 2015-08-15 09:46:14 +00:00
christos
8986534fbd switch everyone to gdb.old 2015-08-15 09:34:17 +00:00
christos
0ab5b34041 import the head of gdb in gdb.old in preparation for the new gdb import. 2015-08-15 09:27:49 +00:00
jakllsch
23d6404318 Correct temporary directory preference order in libiberty's choose_tmpdir().
Because it is intended to be persistent, /var/tmp is about the worst possible
choice for temporary files for most users of libiberty.  /tmp works better,
because the the defined semantics of /tmp allow for a non-persistent tmpfs
to be used.  This should improve performance when /tmp is a tmpfs and it is
difficult or impossible to have an environment variable or command line -pipe
flag passed to every piece of the toolchain.
2015-08-10 15:45:40 +00:00
christos
dcdbe6c789 td_close() needs to be able to write to the process image, so call sooner,
before we detach from it.
2015-07-02 14:54:42 +00:00
mrg
5b544a3657 regen mknative files for GCC 4.8.5. 2015-06-25 09:53:25 +00:00
mrg
3008502ee0 merge GCC 4.8.5 (final round) 2015-06-24 14:51:17 +00:00
mrg
11d0566779 merge GCC 4.8.5 (round two) 2015-06-24 14:29:51 +00:00
mrg
788f3c6afe merge GCC 4.8.5 cornflakes (round one). 2015-06-24 14:28:27 +00:00
mrg
7e9e220a26 initial import of GCC 4.8.5 sources. these GCC PRs (at least) are
fixed in this release:

64882 46102 58123 65409 59626 61058 65680 64487 65721 65727
52306 64768 56273 57653 59990 60656 61634 63844 64199 64493
64495 65549 57059 57569 57748 58369 62642 63608 64037 65550
65693 65220 45187 64409 61977 64513 64634 65368 66233 66470
65072 65327 65543 65279 63593 65063 65518 66123 66140 59016
64479 64557 64979 66215 66275 66481 39423 64766 63733 52714
60898 61138 63744 57023 39722 45402 52579 52664 60718 62044
59513 35330 37440 43701

see:
  https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=4.8.5
for more details.
2015-06-24 14:02:39 +00:00
matt
b766b2b592 Change CC1_SPEC andd CC1PLUS_SPEC to supply -fPIC by default if none of
m32 mrelocatable fpie fPIE fpic fPIC fno-pie fno-pic are supplied.
2015-06-24 01:29:33 +00:00
matt
7593e659ff By changing rs6000_elf_reloc_rw_mask to return 3 if using a powerpc64 ABI
on NetBSD, we basicly eliminate the only difference between have -fPIC or
not.  This enables us to turn on MKPICLIB for powerpc64.
2015-06-23 01:37:13 +00:00
matt
bd8986bbe0 Fix a bug where the octeon+ saa/saad instructions think they are using the AT
register when they actually aren't.
2015-05-29 22:18:51 +00:00
matt
6b8427896d Add the historical __OCTEON__ builtin_define along with __mips_popcount which
is defined if the platform has the dpop/pop instructions.
2015-05-29 19:37:27 +00:00
mrg
35d2346c62 generate after oabi/eabi fixes. 2015-05-28 17:31:38 +00:00
matt
e3b08ce148 Make MULTILIBS work for oabi 2015-05-27 15:33:41 +00:00
skrll
640e856ca3 Fix up TARGET_ENDIAN_DEFAULT for BE oabi 2015-05-25 21:18:29 +00:00
matt
2bfd904e26 regenerated for N32 support. 2015-05-23 22:14:20 +00:00