Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
1992-01-28 | obj-coff* now copes with C mingled listings | Steve Chamberlain | 2 | -24/+70 | |
tc-h8300.c: better error messages | |||||
1992-01-28 | Development checkpoint | Steve Chamberlain | 2 | -14/+1490 | |
1992-01-28 | * findvar.c (read_register, write_register): Handle machines | John Gilmore | 1 | -0/+3 | |
where REGISTER_TYPE is not the same size as "int". | |||||
1992-01-28 | Handle debug symbols in dynamically loaded (relocated) code: | John Gilmore | 4 | -155/+290 | |
* dbxread.c (read_ofile_symtab): Fix up N_CATCH better. Pass offset to process_one_symbol. (process_one_symbol): Take new offset parameter. Add it into appropriate symbol types to relocate symbols to loaded addresses. Handle all possible symbol types, and complain() about types that we don't expect to see. * mipsread.c (psymtab_to_symtab_1): Pass offset of zero to process_one_symbol (FIXME, should pass real offset). Misc bugfixes: * breakpoint.c (resolve_sal_pc): Split out code to resolve a sal's PC value. (set_breakpoint, break_command_1, until_break_command, catch_command_1, breakpoint_re_set_one): Use it. (breakpoint_re_set_one): Disable bkpts that don't re-set cleanly. (breakpoint_re_set): Mention breakpoint number in error messages. * symtab.h (resolve_sal_pc): Declare. * infcmd.c (jump_command): Use resolve_sal_pc. * source.c (find_source_lines): Avoid "Source file is more recent than executable" when bfd_get_mtime gives 0. (list_command): Shorten "FILE, line N" to "FILE:N". * putenv.c (putenv): Avoid unportably casting pointers to unsigneds. | |||||
1992-01-28 | Remove obsolete START_INFERIOR_HOOK. | John Gilmore | 1 | -4/+0 | |
1992-01-28 | Oops, checked in version with the wrong stuff enabled. Turn it off... | Stu Grossman | 1 | -2/+4 | |
1992-01-28 | Rename remote-hds.c to remote-hms.c. | Stu Grossman | 1 | -1/+1 | |
1992-01-28 | * dbxread.c (process_one_symbol): Make a first cut at handling | Stu Grossman | 2 | -6/+16 | |
symbol tables generated by Suns acc. | |||||
1992-01-28 | Steve's version_path stuff bites the dust. | Jim Wilson | 1 | -10/+1 | |
1992-01-27 | * symtab.c (find_pc_line): Fix stepping into and out of #included | Stu Grossman | 1 | -0/+5 | |
files. | |||||
1992-01-27 | * buildsym.c (read_struct_type): Circumvent sun3 sunos "--" compiler bug. | John Gilmore | 3 | -4/+14 | |
* c-exp.y (yylex): `this' and `template' are only tokens in C++. * target.c (target_xfer_memory): Return errno in preference to EIO. | |||||
1992-01-27 | Add seclet.h to files-to-keep. | Stu Grossman | 1 | -1/+5 | |
1992-01-27 | * xm-convex.h, xm-hp300bsd.h, xm-isi.h, xm-merlin.h, xm-news.h, | John Gilmore | 12 | -108/+16 | |
xm-np1.h, xm-pn.h, xm-pyr.h, xm-rtbsd.h, xm-symmetry.h, xm-umax.h: Remove MISSING_VPRINTF declaration, and superfluous "kgdb" defines. | |||||
1992-01-27 | * Makefile.in (OPCODES): Remove OPCODES defs and refs. There is | Stu Grossman | 2 | -17/+7 | |
no longer any need to copy ../include/opcode/* into gdb. | |||||
1992-01-27 | Add ChangeLog-9091 | John Gilmore | 1 | -0/+1 | |
1992-01-27 | Split ChangeLog out at Jan 1, 1992. | John Gilmore | 3 | -8317/+8329 | |
1992-01-27 | Update with numerous changes received from current maintainer (Peggy | Fred Fish | 2 | -641/+772 | |
Fieland). Should not effect release at all. | |||||
1992-01-27 | Delete a superfluous space. | Michael Tiemann | 1 | -4/+11 | |
1992-01-27 | Print C++ constructor methods without bogus "return type." | Per Bothner | 2 | -9/+18 | |
1992-01-25 | The unused parameter "target" should be a pointer to a structure, not the | Fred Fish | 1 | -0/+5 | |
entire structure. | |||||
1992-01-25 | Now can list for bout format too | Steve Chamberlain | 1 | -1/+22 | |
1992-01-25 | Don't crash if a symbol has no name | Steve Chamberlain | 1 | -11/+13 | |
1992-01-25 | * listing.c, config/obj-aout.c: added intermixed | Steve Chamberlain | 2 | -44/+148 | |
source/assembler file listings to files with stabs in them. | |||||
1992-01-24 | Now compiles with gcc too. | Steve Chamberlain | 2 | -6/+5 | |
1992-01-24 | Namechange, h8300-hds ->h8300-hms | Steve Chamberlain | 1 | -1/+1 | |
1992-01-24 | Initial revision | Steve Chamberlain | 1 | -0/+4 | |
1992-01-24 | Changed refs to section->size to bfd_get_section_size_before_reloc | Steve Chamberlain | 1 | -3/+3 | |
1992-01-24 | Various new reloc types | Steve Chamberlain | 1 | -0/+446 | |
1992-01-24 | New from bfd.c | Steve Chamberlain | 1 | -35/+93 | |
1992-01-24 | * copy.c, nm.c, objdump.c, size.c : changed to use the | Steve Chamberlain | 4 | -98/+117 | |
new reloc scheme. | |||||
1992-01-24 | Uses the new small reloc type now. | Steve Chamberlain | 21 | -1418/+2586 | |
Currently self hosts on sun4 and sun3 | |||||
1992-01-24 | target file for h8300 | Steve Chamberlain | 1 | -0/+1 | |
1992-01-24 | .Sanitize: added relax.c | Steve Chamberlain | 3 | -86/+91 | |
ldsym.c ldlang.* more map stuff | |||||
1992-01-24 | * Makefile.in: added relax, also made three stage go through a | Steve Chamberlain | 9 | -123/+492 | |
partial link stage. * relax.c : added * config.h: if GNU960 defined, then default emulation mode is GLD960 * ldexp.h, ldexp.c: map to file hooks * ldlang.c: map to file hooks * ldgram.y: added -Map -relax * ldlex.l: added -relax, -Map * ldmain.c: open map file * ldmisc.c: support for map file * ldwrite.c: new relax magic | |||||
1992-01-24 | install ld in the gcclibdir if present | Heinz G. Seidl | 1 | -2/+10 | |
1992-01-24 | Merging from VMS port. Doc to follow.. | Steve Chamberlain | 8 | -712/+995 | |