aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1993-03-01updated and expandedKen Raeburn1-16/+73
1993-03-01record some of my gas workK. Richard Pixley1-2/+11
1993-03-01 * language.h (local_decimal_format_custom): Add prototype.Fred Fish3-0/+24
* language.c (local_decimal_format_custom): Add function, bug reported by Robert R. Henry (rrh@tera.com).
1993-02-28minor revision, some new infoKen Raeburn1-0/+69
1993-02-28mips-bsd and 386bsd supportKen Raeburn10-3/+82
1993-02-28undo previous changeBrendan Kehoe2-6/+0
1993-02-28 * Makefile.in (BASE_FLAGS_TO_PASS): Pass PRMS down, for the PRMSBrendan Kehoe2-2/+32
special install.
1993-02-28 * gprof.c (funcsymbol): Invert test for aflag.Per Bothner2-1/+5
1993-02-27Document damage^H^H^H^H^H^Hwork done so far tonight.Ken Raeburn1-0/+23
Mostly playing with elves.
1993-02-27revised elf supportKen Raeburn3-0/+2631
1993-02-27* xcoffexec.c (vmap_ldinfo): Fix "/" for '/' typo, reportedJohn Gilmore2-1/+17
by Josef Leherbauer, joe@takeFive.co.at.
1993-02-27symbol srec stuffSteve Chamberlain2-11/+28
1993-02-26Added initial sparc-v9 support.David Edelsohn1-1/+31
1993-02-26 * Makefile.in: When making tar file, remove texinfo/*,Per Bothner1-0/+1
except for texinfo/texinfo.tex.
1993-02-26 * printgprof (xmalloc, xrealloc): Cast results of mallocPer Bothner2-2/+7
and realloc to PTR.
1993-02-25 * ardup.c: Add extern declaration of strdup.Per Bothner2-4/+8
* Makefile.in (testsuite): Add 'else true' since otherwise Ultrix /bin/sh complains.
1993-02-25 * ldsym.c (KEEP macro): Add spaces around '=' for thePer Bothner2-1/+6
sake of old (e.g. PCC) compilers.
1993-02-25 * configure.in (mips-idt-ecoff): New target.Ian Lance Taylor3-0/+250
* config/mips-gdb.exp: New file for remote board using MIPS remote debugging protocol.
1993-02-25 * Redid configuration scheme. Removed gdb.t*/configure.in.Ian Lance Taylor3-15/+13
Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and distclean targets. Built executables via .o files. Adjusted tests to account for source files in $(srcdir) rather than $(objdir). * lib/gdb.exp (runto): Don't expect () after the function name, because it may have arguments.
1993-02-25 * elf.c (elf_write_object_contents): Section ".shstrtab" should beKen Raeburn1-0/+11
type SHT_STRTAB. Don't alter file offset for section 0. (reloc_type_names): Now an array instead of a macro. Still inside "#if 0", since it's used only in debugging code also in "#if 0". (struct elf_reloc_map_elt, struct elf_reloc_map): New types. (sort_reloc_map): New function. (sparc_reloc_map): New variable. (elf_bfd_reloc_type_lookup): New function. Now bfd-gas can create valid empty object files for sun4sol2.
1993-02-25In comment on how to make tar file, fix cvs tag name binutils->ld_utils.Per Bothner1-2/+2
1993-02-25Bump to version 2.1.Per Bothner1-0/+4
1993-02-25 * Makefile.in: Set VERSION to 2.1.Per Bothner3-15/+30
* README, NEWS: Updates. * nm.c: Add -v as a synonym for -V.
1993-02-25Remove remnants of NAMES_HAVE_UNDERSCORE.John Gilmore35-203/+38
1993-02-25 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Initialize contentsFred Fish1-0/+6
of demangled name fields to NULL if no demangling exists for a symbol. SYMBOL_INIT_LANGUAGE_SPECIFIC does this for new symbols if their language is known at the time they are created, but sometimes the language is not known until later.
1993-02-24(s_xword): Now accepts large integer constants, but not symbolic constantsKen Raeburn1-5/+6
or expressions.
1993-02-24 * app.c (do_scrub_next_char): In LEX_IS_LINE_COMMENT_START case:Ian Lance Taylor1-0/+5
Don't unget ch2 if we didn't get it.
1993-02-24 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,Ian Lance Taylor1-0/+21
gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added expected failures for mips-idt-* and mips-sgi-*. * gdb.t00/default.exp (attach): Kill process if requested. * gdb.t00/help.exp (help target core, help target): Accept a gdb that does not read core files. * gdb.t01/run.exp: Removed checks for exit status code. * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that it is linked in. * gdb.t03/ptype.exp: Increase timeout when calling malloc. * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where appropriate, rather than doing it by hand. * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first execution. * gdb.t10/crossload.exp: Kill existing program if needed. * gdb.t15/funcargs.exp: Use delete_breakpoints function where appropriate, rather than doing it by hand. Always increase timeout for this test, not just for VxWorks.
1993-02-24 **** start-sanitize-chill ****Fred Fish1-0/+12
* gdb.t31/chillvars.exp (test_structs): New proc to test printing of Chill STRUCT types and STRUCT values. * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather than "char". * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1, struct2): New struct definitions and initializations to test simple Chill STRUCT types. **** end-sanitize-chill ****
1993-02-24 **** start-sanitize-chill ****Fred Fish3-12/+170
* ch-typeprint.c (chill_print_type_base): Name changed to chill_type_print_base to match pattern for C and C++ names. * ch-typeprint.c (chill_print_type): Change "char" to "CHAR" to be consistent with other usages. * ch-typeprint.c (chill_type_print_base): Add support for printing Chill STRUCT types. * ch-valprint.c: Include values.h. * ch-valprint.c (chill_print_value_fields): New function and prototype for printing Chill STRUCT values. * ch-valprint.c (chill_val_print): Fix call to val_print_string that was being called with two args instead of three. * ch-valprint.c (chill_val_print): Call chill_print_value_fields to print Chill STRUCT values. **** end-sanitize-chill ****
1993-02-24BFD branch merging.Ken Raeburn1-0/+330
Misc optimizations, a couple of bugfixes. Merged doc/ChangeLog. Ralph Campbell's MIPS support. And any other changes I've been putting in, save whitespace/comment adjustments.
1993-02-24more bfd merging - see ChangeLogKen Raeburn1-69/+73
1993-02-24merged into ../ChangeLogKen Raeburn1-41/+0
1993-02-24changes for bfd support, enough for sun4 targetKen Raeburn1-200/+290
1993-02-24m68k_ip: for pc-rel addressing of a symbol, fix offset so +2 isn't neededKen Raeburn1-98/+49
1993-02-24deleted emacs local variables commentsKen Raeburn1-7/+0
1993-02-24don't need LOCAL_LOADLIBES any more, with new configure.in changesKen Raeburn1-1/+0
1993-02-24 * configure.in: added testsuite to configdirs.Mike Werner2-1/+15
* Makefile.in: added support for building testsuite.
1993-02-24 *configure.in: added testsuite to configdirs.Mike Werner2-1/+5
1993-02-23 * configure.in: added "dejagnu" to the hosttools list.Mike Werner1-1/+1
1993-02-23 * Minor cleanups provoked by gcc warnings:Ian Lance Taylor3-11/+14
* aoutx.h (NAME(aout, reloc_type_lookup)), cpu-h8300.c (local_bfd_reloc_type_lookup), cpu-z8k.c (local_bfd_reloc_type_lookup): Added default case to switches. * archive.c (do_slurp_bsd_armap, do_slurp_coff_armap), ieee.c (ieee_slurp_section_data), elf.c (elf_make_sections, elf_fake_sections, elf_compute_section_file_positions, elf_write_object_contents): Removed unused variables. * archures.c: Removed /* from within comment. * bout.c (b_out_squirt_out_relocs): Initialize r_extern. * oasys.c (oasys_write_data): Initialize i.
1993-02-23 * bfd.h: Update for new elements in JUMP_TABLE.Ian Lance Taylor1-1/+3
1993-02-23 * bfd-in.h (JUMP_TABLE): Added bfd_reloc_type_lookup andIan Lance Taylor8-48/+85
bfd_make_debug_symbol; they were already in the target structure. * Adjusted all uses of JUMP_TABLE. * coffgen.c, libcoff-in.h (coff_bfd_make_debug_symbol): Renamed from coff_make_debug_symbol. * libcoff.h: Updated accordingly.
1993-02-23 * gdb.t00/teststrategy.exp: Track reversion in gdb to not printFred Fish1-0/+25
the null byte at the end of strings. * gdb.t00/default.exp: Make show version insensitive to copyright date. * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned to avoid dependencies on target char signedness. * gdb.t16/printcmds.exp: Update expected results for explicitly unsigned char. * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should now work. * gdb.t21/demangle.exp: Add many more patterns for template demangling, most of them being expected failures. * gdb.t21/demangle.exp (proc demangle): Quote the demangled string we are matching for, to match on the whole string. * gdb.t21/demangle.exp: Add many new test strings to demangle, and fix a whole bunch that had incorrect expected output but were passing anyway because of the bug in "proc demangle". **** start-sanitize-chill **** * gdb.t31/chillvars.exp: Remove setup_xfail for printing string type. * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles. **** end-sanitize-chill ****
1993-02-23Continue sanitizing Chill related entries...Fred Fish1-2/+4
1993-02-23 * doc/stabs.texi: The `this' pointer is now known by the nameMike Stump2-4/+9
`this' instead of `$t'.
1993-02-23 * ch-lang.c (chill_create_fundamental_type): Track compilerFred Fish3-19/+40
change that now emits debugging info with the type long for Chill longs. * dwarfread.c (read_tag_string_type): Rewrite to allow forward references of TAG_string_type DIEs in user defined types.
1993-02-23 * config.sub, configure.in, config.guess: Add supportPer Bothner3-5/+20
for Bosx, an AIX variant from Bull. Patches from F.Pierresteguy@frcl.bull.fr.
1993-02-23 * objdump.c (disassemble_data): Print function names whenPer Bothner1-0/+6
given by bfd_find_nearest_line. If not - still print line numbers.
1993-02-23 * libcoff.h (obj_raw_syment_coun): New macro.Per Bothner3-13/+26
* coffgen.c (coff_get_normalized_symtab): Initialize raw_syment_count. * coffgen.c (coff_find_nearest_line): Numerous little fixes.