obrien
63bd46464d
We HAVE_STPCPY now.
2002-10-20 07:50:20 +00:00
obrien
b6ff61943b
Take a guess at what WARNS level will make this compile on ia64.
2002-10-14 00:05:49 +00:00
mp
372f065cc6
Remove dependency on version.in for version information.
...
Submitted by: obrien
2002-10-12 21:23:53 +00:00
mp
a03dd822b1
Fix function parameter lists to be correct and eliminate compiler warnings.
2002-10-12 18:08:44 +00:00
obrien
1411aacb26
Update for 2.13 10-Oct-2002 import.
2002-10-12 04:38:20 +00:00
obrien
99a0609081
Update for 2.13 10-Oct-2002 import.
2002-10-12 04:24:35 +00:00
obrien
c8a413b441
Shut up GCC, don't shadow Version 6 standard functions.
2002-10-12 04:06:13 +00:00
obrien
21dc3119fa
Talk about punting and not going to any trouble to DTRT:
...
contrib/binutils/include/getopt.h
/* Many other libraries have conflicting prototypes for getopt, with
differences in the consts, in stdlib.h. To avoid compilation
errors, only prototype getopt for the GNU C library. */
so manually define HAVE_DECL_GETOPT since configure doesn't offer any way
to set it... and its unistd.h not stdlib.h dang it.
2002-10-12 03:55:09 +00:00
obrien
ac0491b37e
Seems the warnings Binutils 2.13 grew now makes it impossible for WARNS != 0
...
all 64-bit machines.
2002-10-12 03:04:42 +00:00
obrien
b81f987ed3
The 2.13-almost.1 import was done on 10/10, not 11/10.
2002-10-12 00:18:25 +00:00
obrien
64254d0aad
Update for 2.13 10-Oct-2002 import.
2002-10-12 00:17:34 +00:00
obrien
109f9bf9eb
GDB plays nice with Binutils again.
2002-10-11 20:23:06 +00:00
obrien
11ecf41867
Use the new FreeBSD vectors from Binutils 2.13.1.
2002-10-11 19:39:18 +00:00
obrien
f0cb964f2b
Binutils 2.13 grew some warnings that make WARNS != 0 now impossible on
...
sparc64.
2002-10-11 17:40:20 +00:00
obrien
17d5c60012
Turn off GDB for now. It and the new binutils just aren't agreeing on our
...
binary format.
2002-10-11 16:22:37 +00:00
obrien
a9d5f78a61
Sync with 2.13. Reduce forking by using multiple sed expressions rather
...
than piping thru tr(1). Also prefer case over for+test, as case will
handle regex's nicely.
Note we can't exactly follow the real 2.13 genscripts.sh as we wind up with
multiple "'s in search paths. It is too late tonight to track down why.
2002-10-11 10:07:46 +00:00
obrien
db9d87808b
witch over to the new FreeBSD bfd vec and emulation
2002-10-11 09:36:20 +00:00
obrien
e643128469
Switch over to the new FreeBSD emulation and bfd vec
2002-10-11 09:31:55 +00:00
obrien
b6731a278e
Yesterday was the 10th month of the year, not the 11st.
2002-10-11 08:40:19 +00:00
obrien
542cd1321d
*sigh* The GNU folks want to layer and abstract yet another standard API.
...
This time remove the xregex redirection and just directly use their own
gnuregex.
2002-10-11 07:42:20 +00:00
obrien
ef04e46415
Really update for 2.13 10-Oct-2002 import. (this time for sure Rocky)
2002-10-11 06:48:16 +00:00
obrien
9ec27cc871
Update for 2.13 10-Oct-2002 import.
2002-10-11 06:28:05 +00:00
obrien
bd7ac0d55d
Update for 2.13 10-Oct-2002 import - Identify the version correctly
2002-10-11 06:23:02 +00:00
obrien
4b0c6b0a8a
Don't do WARNS setting here.
2002-10-11 06:20:41 +00:00
obrien
d56eff1783
There is need to have a special BINUTIL_ARCH when we can use our more
...
common place TARGET_ARCH.
2002-09-22 05:29:37 +00:00
obrien
2a2c364d7e
gdb now builds on sparc64.
2002-09-19 17:08:32 +00:00
obrien
0987f2ef37
Fix GNU coding violations.
2002-09-18 16:20:49 +00:00
obrien
55e39b20ec
Stop using 3 distinct and far varied coding styles in a single file.
...
Pretend to actually adhere to the GNU coding standards.
2002-09-18 16:14:36 +00:00
peter
a51c9b6627
Initiate deorbit burn for the i386-only a.out related support. Moves are
...
under way to move the remnants of the a.out toolchain to ports. As the
comment in src/Makefile said, this stuff is deprecated and one should not
expect this to remain beyond 4.0-REL. It has already lasted WAY beyond
that.
Notable exceptions:
gcc - I have not touched the a.out generation stuff there.
ldd/ldconfig - still have some code to interface with a.out rtld.
old as/ld/etc - I have not removed these yet, pending their move to ports.
some includes - necessary for ldd/ldconfig for now.
Tested on: i386 (extensively), alpha
2002-09-17 01:49:00 +00:00
obrien
84a9d83087
Update for 2.12.1 20-July-2002 import.
2002-09-01 18:03:55 +00:00
obrien
9e3c08d6b1
Update for 2.12.1 20-July-2002 import.
2002-08-31 20:57:53 +00:00
ru
a8adf98c82
Drop support for COPY, -c has been the default mode of install(1)
...
for a long time now.
Approved by: bde
2002-07-29 09:40:17 +00:00
peter
2d279f09c9
Recognize frames for lcall_syscall and int0x80_syscall.
...
Reminded by: bde
2002-07-28 18:46:49 +00:00
mike
c13b46838e
This isn't quite ready for WARNS=3 in the sparc64 case.
...
Noticed by: sparc64 tinderbox
2002-07-16 16:10:39 +00:00
obrien
ce3a73d11c
Make our i386 hacks in a less vendor file disturbing manner.
2002-07-10 07:48:45 +00:00
obrien
d760a3490f
Stop trying to reimplement libkvm on i386. Instead use it directly and
...
consistently on all platforms.
Submitted by: gallatin
2002-07-10 06:58:25 +00:00
obrien
bad07578ef
Target specific FreeBSD kgdb hacks.
2002-07-10 06:40:03 +00:00
sheldonh
d55813b261
Revert previous delta; warnings fixed by obrien:
...
rev 1.5 rc/contrib/gdb/gdb/gdbserver/gdbreplay.c
2002-07-09 17:29:37 +00:00
sheldonh
c3699a5335
Define NO_WERROR to unbreak world until the maintainer has had time
...
to coordinate fixes for this contrib code.
2002-07-09 08:37:36 +00:00
ru
63a69b4eb0
Add the missing dependency (gdbint.info: gdb-cfg.texi).
...
This should resume parallel builds, among other things.
2002-07-04 11:33:59 +00:00
ru
343b6542a9
Fixed CLEANFILES.
2002-07-04 07:15:31 +00:00
sheldonh
ee600f404c
Reconnect gdb info file to the build.
...
Submitted by: Szilveszter Adam <sziszi@bsd.hu>
2002-07-01 07:58:18 +00:00
obrien
e479ad14de
Don't need these any more.
2002-06-30 05:29:43 +00:00
obrien
f0b6832824
Dike out bits specific to i386. This pretty much means no kgdb for
...
non-i386 platforms.
I would however like to see a shared file here. If a function or two cannot
be shared we should create ${TARGET_ARCH}/kvm-fbsd-${TARGET_ARCH}.c.
2002-06-30 04:47:43 +00:00
obrien
b0f65ab232
Bmake bits for GDB 5.2.
2002-06-30 03:24:05 +00:00
mp
34d5973c19
Reflect new gdb directory structure.
2002-06-29 18:19:53 +00:00
obrien
ade0701504
I don't see any reason to conditionalize this.
2002-06-29 17:55:17 +00:00
obrien
6dbff7f2c1
Bmake bits for GDB 5.2.
2002-06-29 16:52:15 +00:00
obrien
c5dacda2d6
Turn back on GDB.
...
gdbserver does not build, but I've gone about as far with GDB as I'm going
to right now.
2002-06-29 03:19:35 +00:00
obrien
654fdc5b16
Best guess at configurations for our other arches. (totally untested)
2002-06-29 03:18:28 +00:00