Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1992-02-07 | Optimized Makefile generation for a ~30% time win. | K. Richard Pixley | 2 | -131/+112 | |
1992-02-07 | * main.c (print_gdb_version): Copyright msg: only this year. | John Gilmore | 1 | -0/+5 | |
(cd_command): Avoid changing current_directory on error. | |||||
1992-02-07 | Patch joins devo. | K. Richard Pixley | 2 | -4/+69 | |
1992-02-07 | Fluff removal. | Steve Chamberlain | 5 | -2/+37 | |
1992-02-07 | Fix so that "guested" configure scripts work when using -srcdir. | K. Richard Pixley | 1 | -6/+12 | |
1992-02-06 | * mipsread.c (parse_partial_symbols): Handle dependencies | Per Bothner | 1 | -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 contents | Steve Chamberlain | 1 | -41/+44 | |
if it's not loadable (eg bss) | |||||
1992-02-06 | * as.c: added new option -ad for hll listings without debug info | Steve Chamberlain | 1 | -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 when | Steve Chamberlain | 5 | -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-06 | From h8300hds* | Steve Chamberlain | 2 | -0/+165 | |
1992-02-06 | * config/mt-coff-h8300: use EMUL like everything else | Steve Chamberlain | 2 | -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_struct | Steve Chamberlain | 2 | -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 when | John Gilmore | 2 | -10/+17 | |
looking at its members. Improve guess between struct and union, only assuming union if multiple members have offsets of zero. | |||||
1992-02-06 | reversed tense on a test -> case conversion | K. Richard Pixley | 1 | -2/+2 | |
1992-02-06 | Converting "[ -n" and "[ -z" into case statements looks like a small | K. Richard Pixley | 1 | -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-06 | support for subdirs, multiple hosts, and multiple targets was | K. Richard Pixley | 1 | -129/+0 | |
previously commented out. This delta removes it entirely. This makes a small time difference on cygint. | |||||
1992-02-06 | Removing unnecessary ()'s doesn't seem to make any time difference on | K. Richard Pixley | 1 | -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-05 | Mips-specific bug-fix (for stabs-in-ecoff), and style fix. See ChangeLog. | Per Bothner | 3 | -9/+55 | |
1992-02-04 | * aoutx.h: (translate_from_native_sym_flags): fix constructor | Steve Chamberlain | 1 | -0/+9 | |
stuff to use the New Order. | |||||
1992-02-04 | * ldlex.l: Put pack -noinhibit-exec and -sort-common | Steve Chamberlain | 2 | -2/+18 | |
* ldlang.c (print_data_statement): print the right address. | |||||
1992-02-02 | Work around for problems in linking C++ programs that need file-level | Michael Tiemann | 2 | -18/+21 | |
initialization. Now C++ programs can be linked. | |||||
1992-02-02 | do not build ld, bfd, ... for decstatn | Heinz G. Seidl | 1 | -0/+5 | |
1992-02-01 | * xm-vax.h, xm-vaxult.h, xm-vaxbsd.h, config/mh-vaxult, | Stu Grossman | 6 | -9/+39 | |
config/mh-vaxbsd, configure.in: Split up config stuff for Vaxen into BSD and Ultrix. | |||||
1992-02-01 | Call malloc, not xmalloc, when we check the result and recover from errors. | John Gilmore | 1 | -0/+4 | |
1992-02-01 | VERSION should have been 4.4.1, not 4.5... | Stu Grossman | 1 | -1/+1 | |
1992-02-01 | * Makefile.in: Increment version to 4.5. | Stu Grossman | 2 | -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 Grossman | 1 | -0/+9 | |
1992-02-01 | * xm-vax.h: #ifndef ultrix around #include of endian.h and | Stu Grossman | 2 | -0/+7 | |
limits.h (sigh). | |||||
1992-02-01 | Avoid references to files that aren't assigned to FSF. | John Gilmore | 1 | -1/+3 | |
1992-02-01 | Typo of my own | John Gilmore | 1 | -1/+1 | |
1992-02-01 | threecol.tex no longer exists. | Stu Grossman | 1 | -2/+4 | |
1992-02-01 | Update WHATS.NEW for gdb-4.4 release. | John Gilmore | 2 | -35/+38 | |
1992-02-01 | A typo and a thinko. | John Gilmore | 1 | -2/+2 | |
1992-02-01 | Update for gdb-4.4 release. | John Gilmore | 1 | -170/+168 | |
1992-02-01 | foo | Stu Grossman | 1 | -7/+32 | |
1992-02-01 | A change to the makefile got lost; ldmain. forgot that it should set | Steve Chamberlain | 1 | -7/+10 | |
DEFAULT_EMULATION, so ld didn't know who it was. | |||||
1992-02-01 | Distribute lpsrc.sed, remove rc-*. | Stu Grossman | 1 | -4/+5 | |
1992-02-01 | Update comments to make it clear that the copyright status is UNCLEAR. | John Gilmore | 3 | -7/+8 | |
1992-02-01 | Comment changes. | John Gilmore | 2 | -3/+3 | |
1992-02-01 | Remove references to i860 files whose copyrights have not been assigned | John Gilmore | 1 | -8/+4 | |
to FSF yet. | |||||
1992-01-31 | Remove i860 files, which do not have clear copyright assignments. | John Gilmore | 1 | -3/+0 | |
1992-01-31 | Half-updated version for Stu to work on. | John Gilmore | 1 | -0/+35 | |
1992-01-31 | Remove some entries that were already recorded on Dec 11th. | John Gilmore | 1 | -10/+1 | |
1992-01-31 | * Projects: Patching executables is done. | John Gilmore | 3 | -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 object | John Gilmore | 1 | -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 from | Stu Grossman | 1 | -0/+5 | |
bfd_make_section(). (elf_object_p): Select endianess properly. | |||||
1992-01-31 | Fix core file stacks. | John Gilmore | 1 | -1/+1 | |
1992-01-31 | Fix stack in core files. | John Gilmore | 1 | -0/+4 | |
1992-01-31 | Use regex package on Vax BSD. | John Gilmore | 1 | -0/+2 | |
1992-01-31 | * language.c, language.h: Make some things const. | John Gilmore | 3 | -3/+26 | |
* expression.h, main.c: const spreads like ooze. |