Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
1992-01-31 | * xm-vax.h: Include some system include files before our own | John Gilmore | 1 | -0/+5 | |
definitions in defs.h. | |||||
1992-01-31 | * exec.c (exec_files_info): Split out into print_section_info. | John Gilmore | 1 | -16/+2 | |
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 | * hosts/h-hp300bsd.h, h-tahoe.h, h-vaxbsd.h, h-vaxult.h: | John Gilmore | 3 | -30/+17 | |
Specify byte order. * hosts/h-vaxbsd.h: Define the form of exec and core files. | |||||
1992-01-31 | * Makefile.in: host-aout.c doesn't depend on aout-params.h. | John Gilmore | 1 | -0/+7 | |
* 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 | * infrun.c, xm-i386sco.h: SCO needs to use setpgid().CVS: | Stu Grossman | 2 | -0/+7 | |
1992-01-31 | Bump VERSION to 4.3.92. | Stu Grossman | 1 | -1/+1 | |
1992-01-31 | Fix checkin botch. | Stu Grossman | 1 | -2/+2 | |
1992-01-31 | * bfd/configure.in, config/mh-sco, gdb/config/mh-i386sco, | Stu Grossman | 4 | -1/+10 | |
gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in: Fix SCO configuration stuff. | |||||
1992-01-30 | Change DEFAULT_VECTOR to host_aout_vec here as well. | Per Bothner | 1 | -0/+5 | |
1992-01-30 | * host-aout.c: Change TARGETNAME to "a.out" to be compatible with | Stu Grossman | 2 | -301/+43 | |
gdb. config/mt-hp300bsd: Change DEFAULT_VECTOR to host_aout_vec to prevent undefined symbol. | |||||
1992-01-30 | Various lints found on PersSony | Steve Chamberlain | 2 | -9/+19 | |
* 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 | * configure.in: Make Tahoe configuration work again. | John Gilmore | 2 | -8/+29 | |
* bfd-in.h: Remove trailing comma from enum declaration. * ieee.c: Can't put byte values >0x7F into a signed char. | |||||
1992-01-30 | Remove trailing comma from enum. | John Gilmore | 1 | -2/+2 | |
1992-01-30 | * sparc.h: Remove "cypress" architecture. Remove "fitox" and | John Gilmore | 2 | -182/+204 | |
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 | * sparc-pinsn.c: Remove kludge for preferring architectures. | John Gilmore | 1 | -22/+14 | |
Remove #ifdef's for SORT_NEEDED. We need to sort the table, now and forever. Add `add' instruction to the set that get checked for a preceding `sethi' in order to print an absolute address. Corresponding changes in ../include/opcode/sparc.h needed to eliminate garbage instructions. | |||||
1992-01-30 | Various fixed triggered by trying to do the right thing wrt | Per Bothner | 3 | -86/+217 | |
to external symbols in mips ecoff binaries. See ChangeLog. | |||||
1992-01-30 | * sparc-pinsn.c (compare_opcodes): Make it prefer v6, v7, | Stu Grossman | 2 | -4/+16 | |
cypress, v8 mnemonics in that order. | |||||
1992-01-29 | add bootstrap target | K. Richard Pixley | 1 | -0/+3 | |
1992-01-29 | ldlnk960.c: Special #ifdef to choose little endian ony | Steve Chamberlain | 3 | -3/+13 | |
ldgram.y: allow forward ref of section | |||||
1992-01-29 | * config/mh-sparc.h: now uses libgcc.a | Steve Chamberlain | 14 | -14/+115 | |
* ldmain.c: quit using exit * *.sc: use *(COMMON) rather than [COMMON] * ldlex.l, lexsup.c: much thinking moved from .l and put into .c, to allow preprocessing of .l file. * Makefile.in: New ldlex.l mangling * ldexp.c (fold_binary): perform expressions with % and / in integer. * ldfile.c (open_a): open archives on VMS in a special way * lderror.c: forgot to check in from a long while ago | |||||
1992-01-29 | * Makefile.in: For libg++, make sure the -I pointing | Per Bothner | 2 | -4/+28 | |
to the gcc directory goes *after* all the libg++-local -I flags. Also, move just-gcc dependency from just-libg++ to all-libg++. | |||||
1992-01-29 | * sparc.h: fix opcode for tsubcctv. | Stu Grossman | 2 | -57/+71 | |
1992-01-29 | Makefile.in: Add dependencies for various coff-*.o files. | Fred Fish | 3 | -16/+60 | |
elf.c: Remove extraneous paren from core_prpsinfo and core_prpstatus macros, rename core_prpstatus to core_prstatus. Replace references to old section "size" member with new "_raw_size" member. Implement elf_make_empty_symbol, which is now used. | |||||
1992-01-29 | Put the qsort() back in in sparc-pinsn.c | Per Bothner | 2 | -0/+137 | |
1992-01-29 | Credits for GDB 4.4 (and correction to credits for 3.9). | Roland Pesch | 1 | -5/+6 | |
1992-01-29 | bfd.c: use `<<foo>>' instead of @file{foo} | Roland Pesch | 2 | -8/+8 | |
section.c, syms.c: @* rather than * at beginning of menu lines | |||||
1992-01-28 | * trad-core.c, bfd.c, ../include/bfd.h: Various fixes for PMAX | Stu Grossman | 2 | -0/+2 | |
core reading. | |||||
1992-01-28 | rcsid's removed | K. Richard Pixley | 7 | -57/+121 | |
1992-01-28 | * m68k-pinsn.c (print_insn_arg): fixed so that -ve branch | Steve Chamberlain | 1 | -77/+2 | |
displacements don't get printed as large +ve ones. | |||||
1992-01-28 | * coffcode.h (bfd_coff_relax_section): now static. | Steve Chamberlain | 1 | -0/+5 | |
(bfd_coff_get_relocated_section_contents): various type lints. | |||||
1992-01-28 | * ldgram.y: map -M behave in the same way as -Map (sets file name | Steve Chamberlain | 5 | -185/+61 | |
to be "-". * ldsym.c, ldlang.c: remember that size of a section is dependent on whether or not relaxing has been done. * ldmain.c: don't open a map file if it doesn't have a name * relax.c: all the brains have moved into bfd. * ldwrite.c: ammend comment | |||||
1992-01-28 | * bfd.h : new target entr, bfd_relax_section | Steve Chamberlain | 1 | -2/+7 | |
1992-01-28 | New entry point in the transfer vector - bfd_relax_section. | Steve Chamberlain | 4 | -274/+485 | |
* aout-target.h: add to vector, call generic_relax * bfd-in.h: add to vector * bfd.c: add #define for vector * bout.c: add to vector, call generic_relax * coffcode.h: add to vector, also now has coff specific relax code for the relaxable H8/300 relocs. Also clean up abs section cruft. * elf.c: call generic_relax * ieee.c: call new vector, clean up some bugs due to the creation of bfd_abs_section * libbfd.h: add bfd_generic_relax_section EXFUN * oasys.c: call generic_relax * reloc.c: implement generic_relax * seclet.c: moved much of this into coffcode.h * srec.c: call generic_relax * targets.c: define new transfer vector |