aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1992-02-07Optimized Makefile generation for a ~30% time win.K. Richard Pixley2-131/+112
1992-02-07* main.c (print_gdb_version): Copyright msg: only this year.John Gilmore1-0/+5
(cd_command): Avoid changing current_directory on error.
1992-02-07Patch joins devo.K. Richard Pixley2-4/+69
1992-02-07Fluff removal.Steve Chamberlain5-2/+37
1992-02-07Fix so that "guested" configure scripts work when using -srcdir.K. Richard Pixley1-6/+12
1992-02-06 * mipsread.c (parse_partial_symbols): Handle dependenciesPer Bothner1-0/+9
between partial symbol tables (when not doing stabs-in-ecoff). (This used to be handled by parse_fdr, but parse_fdr was incompatible with handling stabs-in-ecoff, so the code was re-written to not use parse_fdr. Unfortunately, the logic to handle dependencies was overlooked.)
1992-02-06 * objdump.c (disassemble_data): don't print a section's contentsSteve Chamberlain1-41/+44
if it's not loadable (eg bss)
1992-02-06 * as.c: added new option -ad for hll listings without debug infoSteve Chamberlain1-4/+14
* listing.c,listing.h: support for new listings, and more for forgiving when lied to about where linenumbers are. * config/obj-coffbfd.c (do_linenos_for): relocate line numbers correctly.
1992-02-06 * coffread.c (read_enum_type): Use the size of a target int whenSteve Chamberlain5-173/+773
describing enum. * defs.h: added new #define for TARGET_PTR_BIT, defaults to size of target int. * h8300-tdep.c, remote-hms.c, tm-h8300.h: too many changes to count * symtab.c (lookup_reference_type, lookup_ptr_type): use TARGET_PTR_BIT to determine size of a pointer * values.c (unpack_long): when unpacking a REF or a PTR don't assume the size of the type.
1992-02-06From h8300hds*Steve Chamberlain2-0/+165
1992-02-06 * config/mt-coff-h8300: use EMUL like everything elseSteve Chamberlain2-3/+3
* ldlang.c: (print_padding_statement): print the right address. * Makefile.in, config.h, ldemul.c: renamed h8300hds to h8300hms
1992-02-06 * coffcode.h, libcoff.c: added new fielded to coff_symbol_structSteve Chamberlain2-16/+36
"done_lineno" so that a symbol which appears twice in the symbol table only gets it's linenumbers relocated once. Modifed (coff_write_native_symbol) and (coff_make_empty_symbol) to make
1992-02-06* mipsread.c (parse_symbol): Avoid clobbering enum pointer whenJohn Gilmore2-10/+17
looking at its members. Improve guess between struct and union, only assuming union if multiple members have offsets of zero.
1992-02-06reversed tense on a test -> case conversionK. Richard Pixley1-2/+2
1992-02-06Converting "[ -n" and "[ -z" into case statements looks like a smallK. Richard Pixley1-82/+138
time penalty for modern shells which have "[" builtin. I've elected to take it anyway as a compensation for older, slower shells.
1992-02-06support for subdirs, multiple hosts, and multiple targets wasK. Richard Pixley1-129/+0
previously commented out. This delta removes it entirely. This makes a small time difference on cygint.
1992-02-06Removing unnecessary ()'s doesn't seem to make any time difference onK. Richard Pixley1-26/+24
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-05Mips-specific bug-fix (for stabs-in-ecoff), and style fix. See ChangeLog.Per Bothner3-9/+55
1992-02-04 * aoutx.h: (translate_from_native_sym_flags): fix constructorSteve Chamberlain1-0/+9
stuff to use the New Order.
1992-02-04 * ldlex.l: Put pack -noinhibit-exec and -sort-commonSteve Chamberlain2-2/+18
* ldlang.c (print_data_statement): print the right address.
1992-02-02Work around for problems in linking C++ programs that need file-levelMichael Tiemann2-18/+21
initialization. Now C++ programs can be linked.
1992-02-02do not build ld, bfd, ... for decstatnHeinz G. Seidl1-0/+5
1992-02-01* xm-vax.h, xm-vaxult.h, xm-vaxbsd.h, config/mh-vaxult,Stu Grossman6-9/+39
config/mh-vaxbsd, configure.in: Split up config stuff for Vaxen into BSD and Ultrix.
1992-02-01Call malloc, not xmalloc, when we check the result and recover from errors.John Gilmore1-0/+4
1992-02-01VERSION should have been 4.4.1, not 4.5...Stu Grossman1-1/+1
1992-02-01* Makefile.in: Increment version to 4.5.Stu Grossman2-1/+15
* main.c (print_gdb_version): Update copyright notice.
1992-02-01* config.sub (near case $os): Don't convert newsos* to bsd!CVS:Stu Grossman1-0/+9
1992-02-01* xm-vax.h: #ifndef ultrix around #include of endian.h andStu Grossman2-0/+7
limits.h (sigh).
1992-02-01Avoid references to files that aren't assigned to FSF.John Gilmore1-1/+3
1992-02-01Typo of my ownJohn Gilmore1-1/+1
1992-02-01threecol.tex no longer exists.Stu Grossman1-2/+4
1992-02-01Update WHATS.NEW for gdb-4.4 release.John Gilmore2-35/+38
1992-02-01A typo and a thinko.John Gilmore1-2/+2
1992-02-01Update for gdb-4.4 release.John Gilmore1-170/+168
1992-02-01fooStu Grossman1-7/+32
1992-02-01A change to the makefile got lost; ldmain. forgot that it should setSteve Chamberlain1-7/+10
DEFAULT_EMULATION, so ld didn't know who it was.
1992-02-01Distribute lpsrc.sed, remove rc-*.Stu Grossman1-4/+5
1992-02-01Update comments to make it clear that the copyright status is UNCLEAR.John Gilmore3-7/+8
1992-02-01Comment changes.John Gilmore2-3/+3
1992-02-01Remove references to i860 files whose copyrights have not been assignedJohn Gilmore1-8/+4
to FSF yet.
1992-01-31Remove i860 files, which do not have clear copyright assignments.John Gilmore1-3/+0
1992-01-31Half-updated version for Stu to work on.John Gilmore1-0/+35
1992-01-31Remove some entries that were already recorded on Dec 11th.John Gilmore1-10/+1
1992-01-31* Projects: Patching executables is done.John Gilmore3-46/+47
* Makefile.in (VERSION): Roll to gdb-4.4. * README: Update for gdb-4.4.
1992-01-31* symfile.c (reread_symbols): Whenever we reread one objectJohn Gilmore1-0/+4
file's symbols, we must restart the scan, because the object_files chain has been permuted.
1992-01-31* elf.c (bfd_section_from_shdr): Deal with null return fromStu Grossman1-0/+5
bfd_make_section(). (elf_object_p): Select endianess properly.
1992-01-31Fix core file stacks.John Gilmore1-1/+1
1992-01-31Fix stack in core files.John Gilmore1-0/+4
1992-01-31Use regex package on Vax BSD.John Gilmore1-0/+2
1992-01-31* language.c, language.h: Make some things const.John Gilmore3-3/+26
* expression.h, main.c: const spreads like ooze.