K. Richard Pixley
a98bbe5810
Converting "[ -n" and "[ -z" into case statements looks like a small
...
time penalty for modern shells which have "[" builtin. I've elected
to take it anyway as a compensation for older, slower shells.
1992-02-06 01:21:44 +00:00
K. Richard Pixley
eabe8479cf
support for subdirs, multiple hosts, and multiple targets was
...
previously commented out. This delta removes it entirely. This makes
a small time difference on cygint.
1992-02-06 01:02:21 +00:00
K. Richard Pixley
1922d8eb8d
Removing unnecessary ()'s doesn't seem to make any time difference on
...
cygint. I think modern shell's execute this internally without a call
to a separate shell process. I've left the change in anyway. It may
help on older, slower machines.
1992-02-06 00:36:10 +00:00
Per Bothner
bd49ef36c2
Mips-specific bug-fix (for stabs-in-ecoff), and style fix. See ChangeLog.
1992-02-05 02:14:31 +00:00
Steve Chamberlain
7e1131e1f0
* aoutx.h: (translate_from_native_sym_flags): fix constructor
...
stuff to use the New Order.
1992-02-04 23:42:34 +00:00
Steve Chamberlain
aa34a7c3c1
* ldlex.l: Put pack -noinhibit-exec and -sort-common
...
* ldlang.c (print_data_statement): print the right address.
1992-02-04 23:29:33 +00:00
Michael Tiemann
58216160ef
Work around for problems in linking C++ programs that need file-level
...
initialization. Now C++ programs can be linked.
1992-02-02 21:12:25 +00:00
Heinz G. Seidl
05cd8d982d
do not build ld, bfd, ... for decstatn
1992-02-02 04:53:15 +00:00
Stu Grossman
9e8bf29afd
* xm-vax.h, xm-vaxult.h, xm-vaxbsd.h, config/mh-vaxult,
...
config/mh-vaxbsd, configure.in: Split up config stuff for Vaxen
into BSD and Ultrix.
1992-02-01 12:46:55 +00:00
John Gilmore
96499e9638
Call malloc, not xmalloc, when we check the result and recover from errors.
1992-02-01 12:41:01 +00:00
Stu Grossman
dafe57bc50
VERSION should have been 4.4.1, not 4.5...
1992-02-01 12:39:08 +00:00
Stu Grossman
98f03b9114
* Makefile.in: Increment version to 4.5.
...
* main.c (print_gdb_version): Update copyright notice.
1992-02-01 12:20:10 +00:00
Stu Grossman
b0606560a3
* config.sub (near case $os): Don't convert newsos* to bsd!CVS:
1992-02-01 05:49:27 +00:00
Stu Grossman
3671f1fd31
* xm-vax.h: #ifndef ultrix around #include of endian.h and
...
limits.h (sigh).
1992-02-01 05:47:28 +00:00
John Gilmore
5dfd2a9bfb
Avoid references to files that aren't assigned to FSF.
1992-02-01 02:40:06 +00:00
John Gilmore
053332ef95
Typo of my own
1992-02-01 02:26:43 +00:00
Stu Grossman
4571619eb3
threecol.tex no longer exists.
1992-02-01 02:22:07 +00:00
John Gilmore
75c86b57d2
Update WHATS.NEW for gdb-4.4 release.
1992-02-01 02:09:19 +00:00
John Gilmore
9834995918
A typo and a thinko.
1992-02-01 01:45:02 +00:00
John Gilmore
575945e328
Update for gdb-4.4 release.
1992-02-01 01:44:31 +00:00
Stu Grossman
a8cd573f81
foo
1992-02-01 01:31:31 +00:00
Steve Chamberlain
d20fb44510
A change to the makefile got lost; ldmain. forgot that it should set
...
DEFAULT_EMULATION, so ld didn't know who it was.
1992-02-01 00:50:35 +00:00
Stu Grossman
17cd0f82c1
Distribute lpsrc.sed, remove rc-*.
1992-02-01 00:41:18 +00:00
John Gilmore
75110a6faf
Update comments to make it clear that the copyright status is UNCLEAR.
1992-02-01 00:18:44 +00:00
John Gilmore
379a468647
Comment changes.
1992-02-01 00:17:31 +00:00
John Gilmore
24e7d5bac2
Remove references to i860 files whose copyrights have not been assigned
...
to FSF yet.
1992-02-01 00:03:05 +00:00
John Gilmore
5f8ec562aa
Remove i860 files, which do not have clear copyright assignments.
1992-01-31 23:51:44 +00:00
John Gilmore
f006dac1ba
Half-updated version for Stu to work on.
1992-01-31 23:17:40 +00:00
John Gilmore
4cc9f7e22c
Remove some entries that were already recorded on Dec 11th.
1992-01-31 22:35:49 +00:00
John Gilmore
ee7270cdca
* Projects: Patching executables is done.
...
* Makefile.in (VERSION): Roll to gdb-4.4.
* README: Update for gdb-4.4.
1992-01-31 22:16:45 +00:00
John Gilmore
4a1dcb7f7f
* symfile.c (reread_symbols): Whenever we reread one object
...
file's symbols, we must restart the scan, because the object_files
chain has been permuted.
1992-01-31 20:37:24 +00:00
Stu Grossman
eca85ebe09
* elf.c (bfd_section_from_shdr): Deal with null return from
...
bfd_make_section(). (elf_object_p): Select endianess properly.
1992-01-31 09:37:59 +00:00
John Gilmore
37fc9d04ee
Fix core file stacks.
1992-01-31 09:21:14 +00:00
John Gilmore
e702d26e3b
Fix stack in core files.
1992-01-31 09:20:58 +00:00
John Gilmore
b8bb4a24e0
Use regex package on Vax BSD.
1992-01-31 08:52:21 +00:00
John Gilmore
0c6efbccaf
* language.c, language.h: Make some things const.
...
* expression.h, main.c: const spreads like ooze.
1992-01-31 08:50:52 +00:00
John Gilmore
287f81eb64
* xm-vax.h: Include some system include files before our own
...
definitions in defs.h.
1992-01-31 08:49:34 +00:00
John Gilmore
8c37855922
* exec.c (exec_files_info): Split out into print_section_info.
...
Print BFD filename of each section if it's not the default one.
* core.c (core_files_info): Call print_section_info.
1992-01-31 08:45:11 +00:00
John Gilmore
ab68b260f6
* hosts/h-hp300bsd.h, h-tahoe.h, h-vaxbsd.h, h-vaxult.h:
...
Specify byte order.
* hosts/h-vaxbsd.h: Define the form of exec and core files.
1992-01-31 07:59:13 +00:00
John Gilmore
3863d64f95
* Makefile.in: host-aout.c doesn't depend on aout-params.h.
...
* aout-target.h: Use TARGET_BIG_ENDIAN_P to set up vector.
* host-aout.c: Don't use aout-params.h; configure these systems
in their xm files, not in a randomly generated file.
1992-01-31 07:54:12 +00:00
Stu Grossman
d58ea9967b
* infrun.c, xm-i386sco.h: SCO needs to use setpgid().CVS:
1992-01-31 01:24:34 +00:00
Stu Grossman
d7b524c09e
Bump VERSION to 4.3.92.
1992-01-31 00:41:28 +00:00
Stu Grossman
588d21ac35
Fix checkin botch.
1992-01-31 00:32:38 +00:00
Stu Grossman
92732c2789
* bfd/configure.in, config/mh-sco, gdb/config/mh-i386sco,
...
gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
Fix SCO configuration stuff.
1992-01-31 00:24:21 +00:00
Per Bothner
ab43e4e35c
Change DEFAULT_VECTOR to host_aout_vec here as well.
1992-01-30 21:04:42 +00:00
Stu Grossman
fa8c88b29d
* host-aout.c: Change TARGETNAME to "a.out" to be compatible with
...
gdb. config/mt-hp300bsd: Change DEFAULT_VECTOR to host_aout_vec
to prevent undefined symbol.
1992-01-30 19:42:52 +00:00
Steve Chamberlain
21a7f8b6de
Various lints found on PersSony
...
* aoutx.h: cast an enum
* coff-a29k.c: many ints in reloc structure turned to enum
* coffcode.h: more enums
* cpu-h8300.c: more enums
* opncls.c: more enums
1992-01-30 15:30:34 +00:00
John Gilmore
d89b9f991b
* configure.in: Make Tahoe configuration work again.
...
* bfd-in.h: Remove trailing comma from enum declaration.
* ieee.c: Can't put byte values >0x7F into a signed char.
1992-01-30 09:21:33 +00:00
John Gilmore
0aa70210e4
Remove trailing comma from enum.
1992-01-30 09:19:24 +00:00
John Gilmore
14144df4c9
* sparc.h: Remove "cypress" architecture. Remove "fitox" and
...
similar instructions -- they've been renamed to "fitoq", etc.
REALLY fix tsubcctv. Fix "fcmpeq" and "fcmpq" which had wrong
number of arguments.
* h8300.h: Remove extra ; which produces compiler warning.
1992-01-30 09:14:21 +00:00