Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1992-05-03 | Remove entries for signame.c and signame.h, files that went away some | Fred Fish | 1 | -2/+0 | |
time ago... | |||||
1992-05-03 | * config/ncr3000.mt: New target config file. | Fred Fish | 2 | -0/+12 | |
1992-05-03 | * Makefile.in (VERSION): Bump to 4.5.2. | Fred Fish | 6 | -19/+92 | |
* Makefile.in (DEMANGLE_OPTS): Add, default to -Dnounderscore. * configure.in: Simplify ncr3000 gdb_host logic, add gdb_target. * dwarfread.c (struct_type): Apply fix from Peggy Fieland for proper handling of bit fields. * gdbtypes.h (struct type): Clarify use of field.bitpos. * symtab.h: Fix couple of misspellings in comments. * value.h (struct value): Clarify use of bitpos. * value.h (unpack_field_as_long): Change prototype, returns LONGEST. * values.c (unpack_field_as_long): Change return type to LONGEST, sign extend unpacked fields that are signed, other rewriting. * config/ncr3000.mt: New target config file. | |||||
1992-05-02 | Align lcomm addresses | Steve Chamberlain | 1 | -2/+7 | |
1992-05-02 | More 29200 stuff | Steve Chamberlain | 4 | -0/+48 | |
1992-05-02 | New stuff for 29200 | Steve Chamberlain | 2 | -2/+13 | |
1992-05-02 | * coffcode.h (coff_write_object_contents): use RELSZ to work out | Steve Chamberlain | 1 | -0/+2 | |
size of output reloc struct. | |||||
1992-05-02 | * coffcode.h (coff_write_object_contents): use RELSZ to work out | Steve Chamberlain | 1 | -3/+19 | |
size of output reloc struct. | |||||
1992-05-02 | new_bfd_contained_in : Inherit target->defaulted from parent | Steve Chamberlain | 1 | -3/+6 | |
1992-05-02 | * targets.c, Makefile.in: comment out tekhex for the moment. | Steve Chamberlain | 4 | -97/+120 | |
* ieee.c: if some places where null pointers were used instead of &bfd_abs_section. * configure.in: tandem target is st2000 * coff-m68k.c: rename static howto_table to global m68kcoff_howto_table. * bout.c: remove unnecessary abort | |||||
1992-05-02 | * ldgram.y, ldlex.c, mri.c: added more compatible words; BASE, ALIAS and | Steve Chamberlain | 3 | -12/+30 | |
PUBLIC. * Makefile.in: now use flex, not lex | |||||
1992-05-02 | use bootstrap for check | K. Richard Pixley | 3 | -2/+8 | |
1992-05-02 | added test-install target | K. Richard Pixley | 2 | -0/+5 | |
1992-05-02 | M68k opcodes with MRI names | Steve Chamberlain | 1 | -0/+2210 | |
1992-05-01 | keep sanity.sh | K. Richard Pixley | 1 | -1/+2 | |
1992-05-01 | sanity test | K. Richard Pixley | 3 | -0/+55 | |
1992-05-01 | Add support for 386 disassembly | Steve Chamberlain | 3 | -34/+42 | |
1992-05-01 | i386 disassembler stolen from GDB. Is it time to build a different | Steve Chamberlain | 1 | -0/+1850 | |
directory for these things ? | |||||
1992-05-01 | Add hp300bsd | Steve Chamberlain | 1 | -0/+1 | |
1992-05-01 | Add mri.h | Steve Chamberlain | 1 | -1/+5 | |
1992-05-01 | tc-i386: lint | Steve Chamberlain | 1 | -1/+1 | |
h8300.mt: configurey | |||||
1992-05-01 | Added h8300xray target | Steve Chamberlain | 1 | -2/+3 | |
1992-05-01 | f | Steve Chamberlain | 1 | -8/+33 | |
Added some more pseudo ops listing.c: lint as.c: ignore -w option | |||||
1992-05-01 | lint | Steve Chamberlain | 3 | -39/+41 | |
1992-05-01 | * coff-a29k.c: various changes to the way relocations work to cope | Steve Chamberlain | 3 | -151/+167 | |
with the "new order" and latent bugs. * coffcode.h: lint | |||||
1992-05-01 | One more try... | John Gilmore | 2 | -10/+2 | |
1992-05-01 | * utils.c (printchar): Print 0x7F and 0x80-0x9F in \nnn notation | John Gilmore | 2 | -1/+16 | |
even when printing 8-bit characters. | |||||
1992-05-01 | * gdbtypes.c (make_{reference,pointer,function}_type): New | John Gilmore | 6 | -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-30 | pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on install | K. Richard Pixley | 1 | -0/+13 | |
1992-04-29 | Various fixes to cplus_demangle(); see ChangeLog. | Per Bothner | 2 | -57/+105 | |
1992-04-29 | Fix a typo (missing ||) in b_out_squirt_out_relocs. | Michael Tiemann | 1 | -1/+1 | |
1992-04-29 | * aoutx.h (aout_swap_ext_reloc_out, aout_swap_std_reloc_out) | Steve Chamberlain | 3 | -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 Gilmore | 1 | -0/+5 | |
Suggested by Christoph Tietz <tietz@zi.gmd.dbp.de>. | |||||
1992-04-28 | Do the CFLAGS thing. | K. Richard Pixley | 2 | -1/+17 | |
1992-04-28 | Track as.texinfo | Roland Pesch | 1 | -3/+2 | |
1992-04-28 | Remove local formatting kluges, not meant for distribution. | Roland Pesch | 1 | -3/+2 | |
1992-04-27 | Former -k option now -K to avoid conflict with Sun assembler. | Roland Pesch | 2 | -39/+49 | |
(-K [nee -k] gives warning when difference tables altered by assembler) | |||||
1992-04-27 | use -K for broken word option rather than -k which means pic to sun as | K. Richard Pixley | 1 | -5/+8 | |
1992-04-24 | incorporate standards.texi | K. Richard Pixley | 2 | -0/+7 | |
1992-04-24 | do not print subdir_do lines or recursion lines | K. Richard Pixley | 2 | -7/+11 | |
1992-04-24 | virgin | K. Richard Pixley | 1 | -0/+1313 | |
1992-04-24 | sanitize and keep autoconf | K. Richard Pixley | 1 | -0/+1 | |
1992-04-24 | add autoconf | K. Richard Pixley | 3 | -12/+78 | |
1992-04-24 | * Makefile.in (make-proto-gdb-1): 1st cut at packaging | Stu Grossman | 2 | -2/+7 | |
29k-share/* subdirs... | |||||
1992-04-24 | * remote-udi.c (udi_insert/remove_breakpoint): Completely | Stu Grossman | 2 | -45/+37 | |
rewrite, only leave out the bugs. | |||||
1992-04-24 | keep patch, remove rcsid | K. Richard Pixley | 1 | -2/+4 | |
1992-04-24 | 29k/UDI add stragglers. | Stu Grossman | 1 | -0/+1 | |
1992-04-24 | * Makefile.in: Add 29k/UDI support. Improve depend. | Stu Grossman | 6 | -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 misc | Stu Grossman | 2 | -5/+8 | |
symbol elements. | |||||
1992-04-24 | * m68k-pinsn.c (print_insn_arg): Make branch offsets be signed. | Stu Grossman | 2 | -1/+5 | |