Commit Graph

435 Commits

Author SHA1 Message Date
pk
bc9bb1a343 Like others, allow for SunOS .o files. 1994-01-28 21:02:21 +00:00
mycroft
89583c18ac Clean up deleted files. 1994-01-28 21:01:29 +00:00
pk
d27581fb4b Use somewhat customized version of malloc, in stead of relying on a
crummy sbrk() backend; proper aligment must be guaranteed on all archs.
Drafting dlopen, dlsym, et.al.
1994-01-28 21:01:20 +00:00
pk
90cfba21cb Use `.type' directives generated by gcc.
Numerous internal changes & bug fixes.
NOTE: must re-compile & re-link shared libraries before used to link programs.
1994-01-28 20:56:09 +00:00
pk
64075b6a06 Remove reference to `mywrite()'. 1994-01-28 20:53:25 +00:00
pk
ad127b0a0a Redone from scratch, but maintain SunOS compatibility. 1994-01-28 20:26:52 +00:00
pk
ea0407f9c0 Add useful utility. 1994-01-28 16:38:22 +00:00
pk
ab5fc9d054 Upgrade to gdb version 4.11 1994-01-28 16:25:42 +00:00
pk
51efd62c2e Upgrade to gdb version 4.11 1994-01-28 12:43:43 +00:00
mycroft
bddd530494 Clean up deleted files. 1994-01-28 12:43:41 +00:00
pk
670463fcc8 Upgrade to gdb version 4.11 1994-01-28 12:38:45 +00:00
mycroft
59b10ab3d6 Clean up deleted files. 1994-01-28 12:38:44 +00:00
pk
1b943a732e Upgrade to gdb version 4.11 1994-01-28 12:37:29 +00:00
mycroft
e6e5bff5d5 Clean up deleted files. 1994-01-28 12:37:00 +00:00
pk
1c061a0df3 Upgrade to gdb version 4.11 1994-01-28 12:36:46 +00:00
mycroft
484911d7d5 Remove broken and redundant declarations. 1994-01-28 02:12:02 +00:00
pk
9c8c8cf98b Remove -lg from LINK_SPEC, as there's no libg.a. 1994-01-27 19:43:11 +00:00
jtc
dea9382157 It's /etc/passwd, not /bin/passwd. 1994-01-25 19:34:01 +00:00
jtc
2fb7d669c3 Updated to latest send-pr from Cygnus.
Added missing files & configuration grot so that NetBSD who are not
connected to the net, but have a net connection on another machine
can submit bugs.
1994-01-24 23:55:37 +00:00
cgd
4fd3c557b6 add NOPIC= . nothing uses -lgcc_pic 1994-01-24 23:10:13 +00:00
jtc
3a4dbd9b7b Merge in some code from latest send-pr snapshot.
The mail transfer agent is now responsible for adding the proper hostname,
etc.  This should fix brezak's bug.
1994-01-24 19:48:21 +00:00
cgd
67873d76d6 fix 'make' biff. from Roland McGrath 1994-01-24 18:51:15 +00:00
cgd
6bfe384d92 fix 'make' biff. from Roland McGrath 1994-01-24 18:39:52 +00:00
cgd
2f6038ba19 switch a define to move things down a page. seems to work fine. 1994-01-21 18:59:19 +00:00
pk
14c0d3cb5e Don't barf if builtin directories happen to be non-existent. 1994-01-13 19:35:38 +00:00
pk
954ef13a90 Fill in gdb hook. 1994-01-12 19:19:09 +00:00
pk
c831490751 Add __GCC_NEW_VARARGS__ to preprocessor symbols. 1994-01-10 12:26:10 +00:00
cgd
2d2a287a9a uncomment a definition 1994-01-10 00:04:08 +00:00
cgd
1e4db7c6a6 delete some stuff that wasn't necessary, add things in to make it
look more like a 'standard' mach-dep config file.
1994-01-09 23:45:26 +00:00
jtc
a3051779c5 Added port-specific categories. 1994-01-06 23:24:53 +00:00
mycroft
27710a7332 Clean up deleted files. 1994-01-06 15:57:33 +00:00
cgd
1a1524efb8 squish GNU pr 1994-01-06 15:57:24 +00:00
pk
1d9da4ac9e Must look at relocation before classifying local symbols (affects `ld -r -x'). 1994-01-06 00:20:47 +00:00
pk
ebba6fe548 Fix bug with `-A' symbol-file handling. 1994-01-05 16:24:53 +00:00
cgd
e3fd3a8611 probably incorrect, but i want it to compile *now*.
add <sys/types.h> where necessary.  from brezak.
1993-12-30 13:26:40 +00:00
davidb
c98d8a269a Fixed a bug I introduced in the last update. devices/*/Makefile were
barfing on the definition of libraries due to the added directory level.
Easy fix, as they don't need that code.
1993-12-30 00:10:17 +00:00
davidb
3a435f99f9 Changed to use make's new .OBJDIR 1993-12-28 10:59:05 +00:00
cgd
ed0c68f4e7 add files eaten by crash 1993-12-23 14:02:03 +00:00
pk
a71feb52bb Remove some debris, causing "multiple defined" messages to be missed. 1993-12-23 09:37:43 +00:00
cgd
394d0b6f2c NetBSD has now joined the ranks of SYSV systems with the
dirent/direct changes!
1993-12-22 18:15:21 +00:00
davidb
b766647b77 Fixed objdir handling to cope with OBJMACHINE. 1993-12-21 22:13:06 +00:00
pk
22a4a0d445 match.S is for m68k and i36 archs only. 1993-12-21 20:27:39 +00:00
davidb
77342edbf3 Added OBJMACHINE handling. Got the precedence right this time :) 1993-12-20 22:46:09 +00:00
pk
0cc050772f Hooks for for shared C++ objects with static contructors/destructors. 1993-12-20 22:44:35 +00:00
cgd
f92e10ca14 obj.MACHINE takes precedence over obj 1993-12-20 13:35:26 +00:00
davidb
6e10086367 Fixed ADDINCLUDE to support OBJMACHINE (eg. obj.i386/) 1993-12-20 13:13:02 +00:00
davidb
498164e847 A ns32032 target... 1993-12-19 08:42:08 +00:00
mycroft
2edd620d48 Finish checking in David's change.. 1993-12-19 07:32:22 +00:00
davidb
1acdc0922d Moved -DPIC from generic Makefile to machine-specific Makefiles to
allow machines without PIC support to compile cleanly.
1993-12-19 04:35:57 +00:00
pk
a6aa50489e Add fflush(stdout) to get output in a intuitive order. 1993-12-16 08:33:36 +00:00