Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1992-05-05 | Renamed dup other_dup to stop conflict on iris | Steve Chamberlain | 1 | -0/+1347 | |
1992-05-05 | Bump to version 1.97. | Per Bothner | 1 | -1/+1 | |
1992-05-05 | * bfd-in.h: Increase version number to 1.97, for consistency with ../binutils. | Per Bothner | 1 | -0/+6 | |
* Makefile.in: docdir is ./doc, not ${srcdir}/doc. | |||||
1992-05-05 | * ldver.c: Increase version number to 1.97, for consistency with ../binutils. | Per Bothner | 2 | -1/+6 | |
1992-05-05 | Get rid of bogus comment in compiler command rule. | Per Bothner | 1 | -1/+1 | |
1992-05-05 | FLEX -> LEX | K. Richard Pixley | 2 | -2/+4 | |
1992-05-05 | {} -> @{@} | K. Richard Pixley | 2 | -1/+5 | |
1992-05-05 | gm4 -> m4 | K. Richard Pixley | 2 | -1/+5 | |
1992-05-05 | * Makefile.in: Bump to version 1.97. | Per Bothner | 3 | -4/+13 | |
* ar.c: Declare errno for machines that need it. | |||||
1992-05-05 | Change OS of next from sysv to mach. | Per Bothner | 1 | -9/+31 | |
1992-05-05 | * Makefile.in (DEMANGLER): Define and default to cplus-dem. | Fred Fish | 7 | -137/+195 | |
Allows selection of C++ demangler to be a configuration option until multiple demanglers are supported. * demangle.h: New include file for extended demangler support. * breakpoint.c, gdbtypes.c, printcmd.c, stack.c, symtab.c, utils.c, valprint.c: Include "demangle.h" and change all calls to cplus_demangle() or fputs_demangled() to use individual demangling options. * valprint.c (type_print_1): Change options to cplus_demangle to print demangled function args. Still broken, but now less so. * cplus-dem.c: Include demangle.h, reorganize and update some comments to reflect reality. * cplus-dem.c (cplus_demangle, cplus_mangle_opname): Change second arg from fixed integer to bit based multiple options. * cplus-dem.c (optable): Reformat and replace ansi members with bit based options. * cplus-dem.c (do_type): Fix bug with parsing missing return type. | |||||
1992-05-05 | Yet more 29k configury | Steve Chamberlain | 1 | -1/+1 | |
1992-05-05 | * objdump.c (display_info): Handle error cases without coredump. | John Gilmore | 2 | -0/+7 | |
Close the dummy temporary file we open in the loop. * Makefile.in (arsup.o): Add kludge to build with Sun Make. | |||||
1992-05-05 | * values.c (set_internalvar): Force evaluation of lazy values. | John Gilmore | 2 | -0/+10 | |
Bug reported by RMS. | |||||
1992-05-05 | Keep m68kmri.h | Steve Chamberlain | 1 | -0/+1 | |
1992-05-05 | Added tgas | Steve Chamberlain | 1 | -0/+1 | |
1992-05-05 | Lint | Steve Chamberlain | 1 | -1/+1 | |
1992-05-05 | * obj-coffbfd.c: use is a synonym for section, (do_relocs_for): | Steve Chamberlain | 3 | -104/+103 | |
calc the base of relocs correctly. * tc-a29k.c (parse_operand): allow expressions to be in any section. | |||||
1992-05-05 | doc doc changes | Roland Pesch | 1 | -0/+5 | |
1992-05-05 | Doc for MRI-compatible linker scripts. | Roland Pesch | 1 | -83/+214 | |
1992-05-05 | lint | Steve Chamberlain | 1 | -1/+5 | |
1992-05-05 | Added "sect" as synonym for "section" | Steve Chamberlain | 1 | -0/+1 | |
1992-05-05 | * bfd.h: new get_relocated_section_contents decl | Steve Chamberlain | 1 | -7/+8 | |
1992-05-04 | * bfd-in.h: bump version to 1.96 | Steve Chamberlain | 4 | -11/+32 | |
Major change; changed calling convention for bfd_get_relocated_section_contents so that caller allocates memory for section data. * coffcode.h (bfd_coff_get_relocated_section_contents), reloc.c, seclet.c, targets.c, bfd.c: reflect new convention. * coffcode.h (styp_to_sec_flags): if styp_flags is not a special case, then use reasonable default values for SEC_* flags. | |||||
1992-05-04 | * ldver.c: Bumped version to 1.96 - new release, resync with the | Steve Chamberlain | 10 | -154/+288 | |
bfd too #. * ldexp.c, ldlang.c: now build memory shape tree in obstacks rather than with raw malloc, makes it easier to track where memory is going. * ldsym.h, ldsym.c: create obstack for all global symbols too. * ldwrite.c (ldwrite): moved malloc so only used when needed. * sa29200-sc.sh: added support for .lit, data1 and data2 sections. | |||||
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 |