aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1992-05-02use bootstrap for checkK. Richard Pixley3-2/+8
1992-05-02added test-install targetK. Richard Pixley2-0/+5
1992-05-02M68k opcodes with MRI namesSteve Chamberlain1-0/+2210
1992-05-01keep sanity.shK. Richard Pixley1-1/+2
1992-05-01sanity testK. Richard Pixley3-0/+55
1992-05-01Add support for 386 disassemblySteve Chamberlain3-34/+42
1992-05-01i386 disassembler stolen from GDB. Is it time to build a differentSteve Chamberlain1-0/+1850
directory for these things ?
1992-05-01Add hp300bsdSteve Chamberlain1-0/+1
1992-05-01Add mri.hSteve Chamberlain1-1/+5
1992-05-01tc-i386: lintSteve Chamberlain1-1/+1
h8300.mt: configurey
1992-05-01Added h8300xray targetSteve Chamberlain1-2/+3
1992-05-01fSteve Chamberlain1-8/+33
Added some more pseudo ops listing.c: lint as.c: ignore -w option
1992-05-01lintSteve Chamberlain3-39/+41
1992-05-01 * coff-a29k.c: various changes to the way relocations work to copeSteve Chamberlain3-151/+167
with the "new order" and latent bugs. * coffcode.h: lint
1992-05-01One more try...John Gilmore2-10/+2
1992-05-01* utils.c (printchar): Print 0x7F and 0x80-0x9F in \nnn notationJohn Gilmore2-1/+16
even when printing 8-bit characters.
1992-05-01* gdbtypes.c (make_{reference,pointer,function}_type): NewJohn Gilmore6-183/+254
functions which handle overwriting of forward-referenced types for stabs file reading. (lookup_{reference,pointer,function}_type): These just call the make_*_type functions with a null storage alloc parameter. * gdbtypes.h (make_{reference,pointer,function}_type): Declare. * xcoffread.c (smash_to_pointer_type): Remove, no longer used. * buildsym.c (dbx_lookup_type): Zero result for (-1,-1) arg. (dbx_alloc_type): Make it easier to understand. No funct change. (define_symbol: 't'): Don't put the typedef name into the name of the struct, union, or enum. Bugfix. (read_type: '*', '&', 'f'): Add comments. Use make_XXX_type routines to properly handle overwriting preallocated types so that forward references will work. (read_enum_type): Force enum values to file scope, due to bug in Sun compiler output. FIXME, fix later. Remove unused header_file_prev_index mechanism. It was already obsolete in gdb-3.5. These comments appeared in 3.5: /* This code was used before I knew about the instance codes. My first hypothesis is that it is not necessary now that instance codes are handled. */ * dbxread.c (add_new_header_file): Remove header_file_prev_index. * buildsym.h: Remove it and prev_index that saves it. * buildsym.c (push_subfile, pop_subfile, start_symtab): Remove it. * solib.c (special_symbol_handling): When called from core files, must set up debug_addr. Don't print error messages, just return. * symmisc.c (print_symbol): Less ascii diarrhea for enums, please.
1992-04-30pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on installK. Richard Pixley1-0/+13
1992-04-29Various fixes to cplus_demangle(); see ChangeLog.Per Bothner2-57/+105
1992-04-29Fix a typo (missing ||) in b_out_squirt_out_relocs.Michael Tiemann1-1/+1
1992-04-29 * aoutx.h (aout_swap_ext_reloc_out, aout_swap_std_reloc_out)Steve Chamberlain3-96/+100
bout.c (b_out_squirt_out_relocs): treat abs sumbols the right way. * reloc.c (bfd_perform-relocation): don't relocate refs to absolute symbols if doing a partial link.
1992-04-29* readline.h: Declare rl_event_hook (which already existed).John Gilmore1-0/+5
Suggested by Christoph Tietz <tietz@zi.gmd.dbp.de>.
1992-04-28Do the CFLAGS thing.K. Richard Pixley2-1/+17
1992-04-28Track as.texinfoRoland Pesch1-3/+2
1992-04-28Remove local formatting kluges, not meant for distribution.Roland Pesch1-3/+2
1992-04-27Former -k option now -K to avoid conflict with Sun assembler.Roland Pesch2-39/+49
(-K [nee -k] gives warning when difference tables altered by assembler)
1992-04-27use -K for broken word option rather than -k which means pic to sun asK. Richard Pixley1-5/+8
1992-04-24incorporate standards.texiK. Richard Pixley2-0/+7
1992-04-24do not print subdir_do lines or recursion linesK. Richard Pixley2-7/+11
1992-04-24virginK. Richard Pixley1-0/+1313
1992-04-24sanitize and keep autoconfK. Richard Pixley1-0/+1
1992-04-24add autoconfK. Richard Pixley3-12/+78
1992-04-24* Makefile.in (make-proto-gdb-1): 1st cut at packagingStu Grossman2-2/+7
29k-share/* subdirs...
1992-04-24* remote-udi.c (udi_insert/remove_breakpoint): CompletelyStu Grossman2-45/+37
rewrite, only leave out the bugs.
1992-04-24keep patch, remove rcsidK. Richard Pixley1-2/+4
1992-04-2429k/UDI add stragglers.Stu Grossman1-0/+1
1992-04-24* Makefile.in: Add 29k/UDI support. Improve depend.Stu Grossman6-12/+71
* .Sanitize, alldeps.mak, configure.in, depend: Add 29k/UDI support.
1992-04-24* am29k-tdep.c: Update to use new calling conventions, and miscStu Grossman2-5/+8
symbol elements.
1992-04-24* m68k-pinsn.c (print_insn_arg): Make branch offsets be signed.Stu Grossman2-1/+5
1992-04-24* configure.in: Add a29k-amd-udi.Stu Grossman2-0/+7
1992-04-24* tm-29k.h: Set DECR_PC_AFTER_BREAK to 0, as 29ks have niceStu Grossman2-1/+4
breakpoint instructions that leave PC pointing at the right place.
1992-04-2429k/UDI config stuff.Stu Grossman1-2/+2
1992-04-2429K/UDI remote debugger interface.Stu Grossman1-0/+1346
1992-04-24More files for 29k/UDI.Stu Grossman1-0/+55
1992-04-24Call warning() to print warnings, which deals properly with leading andFred Fish2-5/+9
trailing newlines, as well as presenting a consistent prefix for warnings (IE "warning: ").
1992-04-24aoutx.h (aout_<bits>_swap_exec_header_in): Zero out the internal_execFred Fish2-2/+14
structure before initializing the fields that are used, so that the unused fields are in a known state. Two of these structures are memcmp'd so any fields not explicitly initialized must be set to a known state.
1992-04-23remove subdirs lineK. Richard Pixley1-0/+5
1992-04-23configure: test for and move config.status pieces from subdir.K. Richard Pixley1-0/+5
1992-04-23ooops.K. Richard Pixley1-3/+3
1992-04-22rework CFLAGS such that they can be passed on command line to makeK. Richard Pixley2-18/+13