aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1993-11-16Correct typos in sac ChangeLog entryJim Kingdon1-1/+1
1993-11-16Modified Files:Kung Hsu1-0/+5
ChangeLog stack.c * stack.c(print_frame_info): print demangled function name ansi style.
1993-11-15How many times do I have to do this...Steve Chamberlain5-69/+15
1993-11-15Use remote-e7000.cSteve Chamberlain2-5/+6
1993-11-15 * config/i386/linux.mh: Remove XM_CLIBS, TERMLIB, SYSV_DEFINE, andJim Kingdon2-2/+14
REGEX. * config/i386/xm-linux.h: Don't include xm-i386v.h. Define HOST_BYTE_ORDER ourselves. Define HAVE_TERMIOS not HAVE_TERMIO. Define NEED_POSIX_SETPGID. Include unistd.h.
1993-11-15 * remote-e7000.c: New file to cope with the Hitachi E7000 ICE.Steve Chamberlain4-37/+1517
* remote-utils.c, remote-utils.h (gr_load_image): New function to download to target. * h8300-tdep.c, h8500-tdep.c, remote-z8k.c, sh-tdep.c z8k-tdep.c (sim_load): delete. * remote-sim.c (sim_load): Use gr_load_image. * config/sh/sh.mt: Add remote-e7000
1993-11-15Initial revisionSteve Chamberlain1-0/+0
1993-11-15Why does cvs keep core dumping?Steve Chamberlain1-2/+1
1993-11-15 * remote-utils.c, remote-utils.h (gr_load_image): New function toSteve Chamberlain1-2/+57
download to target.
1993-11-15* mh-linux: Don't put -static in LDFLAGS. Add comments.Jim Kingdon1-1/+5
1993-11-15usr cr instead of cq in AR_FLAGSDavid D. Zuhn1-0/+13
1993-11-15Modified Files:Kung Hsu2-1/+6
ChangeLog symtab.c * symtab.c(gdb_mangle_name): fix the problem with constructor name mangling.
1993-11-15 * gdbtypes.h: Add TYPE_FLAG_TARGET_STUB.Jim Kingdon10-59/+119
* gdbtypes.c (check_stub_type): On TYPE_FLAG_TARGET_STUB, do what cleanup_undefined_types does for arrays, except we clear TYPE_FLAG_TARGET_STUB if we fix up the type. * stabsread.c (cleanup_undefined_types): Add comments about how doing arrays here is no longer the clean way to do it. (read_array_type): Set TYPE_FLAG_TARGET_STUB as well as calling add_undefined_type. * c-typeprint.c, ch-typeprint.c: Move call to check_stub_type outside switch so it happens for all type codes. * cp-valprint.c (cp_print_value_fields): Recurse to val_print, instead of c_val_print, so that check_stub_type gets called. * gdbtypes.h, gdbtypes.c, m2-lang.c, ch-lang.c, c-lang.c: Remove TYPE_FLAG_SIGNED. It was inconsistently set, never checked (except in recursive_dump_type), and is pointless.
1993-11-15* Makefile.in (diststuff): New target.Ken Raeburn1-1/+1
* VERSION: Updated.
1993-11-15 * som.c (som_object_setup): Do not create dummy ".text", ".data",Jeff Law1-0/+10
and ".bss" sections. (setup_sections): Do not set SEC_HAS_CONTENTS if a section's size is zero. Recognize BSS type sections and turn off SEC_LOAD and SEC_DATA (so binutils/size works). Set the correct value for a section's _raw_size. (som_slurp_symbol_table): Program entry points, and millicode are also functions. Mark them as such. Also mark L$* symbols as debugging symbols.
1993-11-15 * paread.c (pa_symfile_init): Look for the $TEXT$ section ratherJeff Law2-2/+7
than the .text section.
1993-11-15 * bfd-in2.h: Rebuilt.Jeff Law1-0/+4
1993-11-15 * stabsread.c: Remove #if 0'd dbx_class_complaint. We now handleJim Kingdon2-10/+4
this (more or less) gracefully, and complain() was never a good way of dealing with this.
1993-11-14 * objdump.c (dump_stabs): Handle stabs-in-som as implementedJeff Law1-0/+5
by the new BFD SOM assembler.
1993-11-14 * gdb.stabs/hppa.mt: A makefile fragment for the PA.Jeff Law5-0/+32
* gdb.stabs/configure.in (hppa*-*-*): Use it. * gdb.stabs/hppa.sed: New sed script for the PA.
1993-11-14 * gdb.stabs: Re-write weird.def and configuration to use sedJim Kingdon8-11/+11
instead of cpp. sed is portable and POSIX; cpp is neither.
1993-11-14 * stabsread.c (read_type): Skip the colon when reading aJim Kingdon2-3/+23
cross-reference. Only complain, not error_type, on unrecognized cross-reference types. error_type, not dump core, if the colon is missing.
1993-11-14 * stabs.texinfo (Nested Symbols): New node.Jim Kingdon2-1/+4
(String Field, Symbol Descriptors, Cross-References): Refer to it.
1993-11-14 * gdb.stabs: Re-write weird.def and configuration to use sedJim Kingdon7-33/+28
instead of cpp. sed is portable and POSIX; cpp is neither.
1993-11-14 * gdb.stabs: Re-write weird.def and configuration to use sedJim Kingdon9-116/+1037
instead of cpp. sed is portable and POSIX; cpp is neither.
1993-11-14 * som.c (som_bfd_reloc_type_lookup): Add missing prototype. ReturnsJeff Law2-4/+8
a pointer to constant data. Delete bogus #define which made the function useless.
1993-11-14 * som.c (som_begin_writing): New function.Jeff Law2-7/+243
1993-11-14 * som.c (som_write_space_strings): New function.Jeff Law2-0/+182
(som_write_symbol_strings): New function.
1993-11-14 * som.c (som_write_fixups): New function.Jeff Law2-1/+257
1993-11-13 * som.c (som_prep_for_fixups): New function.Jeff Law2-0/+101
1993-11-13fix NAME hyphenDavid MacKenzie10-9/+15
1993-11-13 * som.c (som_write_object_contents): Do not abort. Flesh out.Jeff Law2-10/+69
(som_set_section_contents): Do not abort. Flesh out.
1993-11-13 * som.c (som_build_and_write_symbol_table): New function.Jeff Law2-0/+156
1993-11-13 * som.c (som_write_headers): New function.Jeff Law2-3/+180
1993-11-13 * som.c (som_reloc_call): New function.Jeff Law2-0/+119
1993-11-13 * som.c (som_sizeof_headers): Add missing prototype.Jeff Law2-4/+6
(som_set_arch_mach): Do not abort.
1993-11-13 * som.c (som_prep_headers): New function.Jeff Law2-1/+96
1993-11-13 * config/tc-hppa.[ch]: Fix assorted trivial indention problems.Jeff Law1-0/+1
1993-11-13 * config/obj-som.c (obj_som_version): Add missing ';'.Jeff Law1-0/+5
(som_frob_file): Delete whitespace at EOL.
1993-11-13 * som.c (som_count_spaces): New function.Jeff Law2-0/+88
(som_count_subspaces): New function. (compare_syms): New function. (som_compute_checksum): New function.
1993-11-13 * som.c (hppa_som_gen_reloc_type): New function.Jeff Law2-1/+87
(som_bfd_reloc_type_lookup): New function.
1993-11-13 * config/m68k/tm-sun3.h: Disable use of alternate breakpoint insnStu Grossman2-0/+8
when doing remote stuff.
1993-11-13 * som.c (try_prev_fixup): New function.Jeff Law2-1/+157
(som_reloc_skip): New function. (som_reloc_addend): New function.
1993-11-13 * som.c (som_initialize_reloc_queue): New function.Jeff Law2-0/+122
(som_reloc_queue_insert): Likewise. (som_reloc_queue_fix): Likewise. (som_reloc_queue_find): Likewise.
1993-11-13* c-exp.y (yylex): Call lookup_symtab not lookup_partial_symtab.Jim Kingdon2-1/+6
1993-11-12 * som.c (som_hppa_howto_table): SOM howto relocation table.Jeff Law2-1/+284
(hppa_som_reloc): New function.
1993-11-12version number updated following 2.2 releaseKen Raeburn1-0/+4
1993-11-12 * som.c (struct reloc_queue): New structure to keep track ofJeff Law2-0/+34
the last four multibyte relocations emitted. (enum pa_symbol_type): Type to fully describe the symbol types associated with .import/.export assembler directives.
1993-11-12 * som.c: Include libhppa.hJeff Law2-0/+3
1993-11-12 * som.c (bfd_som_set_section_attributes): New function.Jeff Law2-2/+87
(bfd_som_set_subsection_attributes): Likewise. (bfd_som_set_symboL_type): Likewise. (bfd_som_attach_unwind_info): Likewise. * som.h: Declare new exported functions.