aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1992-01-30* host-aout.c: Change TARGETNAME to "a.out" to be compatible withStu Grossman2-301/+43
gdb. config/mt-hp300bsd: Change DEFAULT_VECTOR to host_aout_vec to prevent undefined symbol.
1992-01-30 Various lints found on PersSonySteve Chamberlain2-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 Gilmore2-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-30Remove trailing comma from enum.John Gilmore1-2/+2
1992-01-30* sparc.h: Remove "cypress" architecture. Remove "fitox" andJohn Gilmore2-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 Gilmore1-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-30Various fixed triggered by trying to do the right thing wrtPer Bothner3-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 Grossman2-4/+16
cypress, v8 mnemonics in that order.
1992-01-29add bootstrap targetK. Richard Pixley1-0/+3
1992-01-29ldlnk960.c: Special #ifdef to choose little endian onySteve Chamberlain3-3/+13
ldgram.y: allow forward ref of section
1992-01-29 * config/mh-sparc.h: now uses libgcc.aSteve Chamberlain14-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 pointingPer Bothner2-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 Grossman2-57/+71
1992-01-29Makefile.in: Add dependencies for various coff-*.o files.Fred Fish3-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-29Put the qsort() back in in sparc-pinsn.cPer Bothner2-0/+137
1992-01-29Credits for GDB 4.4 (and correction to credits for 3.9).Roland Pesch1-5/+6
1992-01-29bfd.c: use `<<foo>>' instead of @file{foo}Roland Pesch2-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 PMAXStu Grossman2-0/+2
core reading.
1992-01-28rcsid's removedK. Richard Pixley7-57/+121
1992-01-28 * m68k-pinsn.c (print_insn_arg): fixed so that -ve branchSteve Chamberlain1-77/+2
displacements don't get printed as large +ve ones.
1992-01-28 * coffcode.h (bfd_coff_relax_section): now static.Steve Chamberlain1-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 nameSteve Chamberlain5-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_sectionSteve Chamberlain1-2/+7
1992-01-28 New entry point in the transfer vector - bfd_relax_section.Steve Chamberlain4-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-28obj-coff* now copes with C mingled listingsSteve Chamberlain2-24/+70
tc-h8300.c: better error messages
1992-01-28Development checkpointSteve Chamberlain2-14/+1490
1992-01-28* findvar.c (read_register, write_register): Handle machinesJohn Gilmore1-0/+3
where REGISTER_TYPE is not the same size as "int".
1992-01-28Handle debug symbols in dynamically loaded (relocated) code:John Gilmore4-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-28Remove obsolete START_INFERIOR_HOOK.John Gilmore1-4/+0
1992-01-28Oops, checked in version with the wrong stuff enabled. Turn it off...Stu Grossman1-2/+4
1992-01-28Rename remote-hds.c to remote-hms.c.Stu Grossman1-1/+1
1992-01-28* dbxread.c (process_one_symbol): Make a first cut at handlingStu Grossman2-6/+16
symbol tables generated by Suns acc.
1992-01-28Steve's version_path stuff bites the dust.Jim Wilson1-10/+1
1992-01-27* symtab.c (find_pc_line): Fix stepping into and out of #includedStu Grossman1-0/+5
files.
1992-01-27* buildsym.c (read_struct_type): Circumvent sun3 sunos "--" compiler bug.John Gilmore3-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-27Add seclet.h to files-to-keep.Stu Grossman1-1/+5
1992-01-27* xm-convex.h, xm-hp300bsd.h, xm-isi.h, xm-merlin.h, xm-news.h,John Gilmore12-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 isStu Grossman2-17/+7
no longer any need to copy ../include/opcode/* into gdb.
1992-01-27Add ChangeLog-9091John Gilmore1-0/+1
1992-01-27Split ChangeLog out at Jan 1, 1992.John Gilmore3-8317/+8329
1992-01-27Update with numerous changes received from current maintainer (PeggyFred Fish2-641/+772
Fieland). Should not effect release at all.
1992-01-27Delete a superfluous space.Michael Tiemann1-4/+11
1992-01-27 Print C++ constructor methods without bogus "return type."Per Bothner2-9/+18
1992-01-25The unused parameter "target" should be a pointer to a structure, not theFred Fish1-0/+5
entire structure.
1992-01-25Now can list for bout format tooSteve Chamberlain1-1/+22
1992-01-25Don't crash if a symbol has no nameSteve Chamberlain1-11/+13
1992-01-25 * listing.c, config/obj-aout.c: added intermixedSteve Chamberlain2-44/+148
source/assembler file listings to files with stabs in them.
1992-01-24Now compiles with gcc too.Steve Chamberlain2-6/+5
1992-01-24Namechange, h8300-hds ->h8300-hmsSteve Chamberlain1-1/+1
1992-01-24Initial revisionSteve Chamberlain1-0/+4