aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1993-11-17 * config/tc-hppa.c (pa_ip): Fix thinko in 21bit range check.Jeff Law2-129/+141
1993-11-17 * COPYING.LIB: New file (standard version 2 LGPL, as already citedJim Kingdon2-0/+482
by the source files).
1993-11-17 * symtab.c (gdb_mangle_name): Only assume that the physname isJim Kingdon2-11/+17
the entire mangled name if it looks like the mangled name of a constructor. Needed for testsuite to work with GCC 2.4.5.
1993-11-17* gdb.t06/signals.exp: Add kludge to force re-sync.Jim Kingdon1-0/+2
1993-11-17 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"Jim Kingdon1-0/+5
to xgdb instead of gdb, get out of gdb.
1993-11-17 * i386ly-nat.c, i386lynx-nat.c, m68kly-nat.c: Remove. MoveStu Grossman2-2/+21
common code into lynx-nat.c. * lynx-nat.c: New module. Contains portable code for Lynx native stuff (mostly ptrace related). * config/i386/i386lynx.mh (NATDEPFILES): i386ly-nat.o -> lynx-nat.o * config/m68k/m68klynx.mh (NATDEPFILES): i386ly-nat.o -> lynx-nat.o * config/nm-lynx.h, config/tm-lynx.h: New files to contain non-architecture specific native and target defs. * config/i386/nm-i386lynx.h, config/i386/tm-i386lynx.h, config/m68k/nm-m68klynx.h, config/m68k/tm-m68klynx.h: Move all (arch) portable stuff into ../{tm nm}-lynx.h.
1993-11-17 * lynx-core.c (lynx_core_file_p): Change bfd_zalloc to bfd_alloc.Stu Grossman6-54/+60
* m68klynx.c: Define core file macros. * hosts/i386lynx.h, hosts/m68klynx.h, hosts/lynx.h: Move all non-architecture specific stuff into lynx.h.
1993-11-16 * i386linux.c: Define new macro ZMAGIC_DISK_BLOCK_SIZE to 1024, andJim Kingdon1-0/+11
change PAGE_SIZE to 4096.
1993-11-16don't build ld on i386-sysv4 platformsDavid D. Zuhn1-0/+5
1993-11-16 * config.guess: Recognize Apollos (using environment variables).Jim Kingdon1-0/+3
* configure.in: Don't configure ld, binutils, or gprof for Apollo.
1993-11-16 * a68v-nat.c: Replace with new version from Troy Rollo. TheJim Kingdon3-102/+87
version I am replacing appears to be an old copy of sun3-nat.c. * dstread.c (dst_symfile_read): Replace sort_all_symtab_syms call with loop.
1993-11-16 * Makefile.in (TAGS): Depend on TAGFILES_{NO,WITH}_SRCDIR.Jim Kingdon1-0/+13
* Makefile.in: (HFILES,TAGFILES): Split into _WITH_SRCDIR and _NO_SRCDIR versions. (TAGS): Only add srcdir to TAGFILES_NO_SRCDIR. (This is part of a long saga involving me putting srcdir on everything (perhaps for now-obsolete reasons, I forget), Rich removing the srcdir from everything, Stu putting it back some places for Sun make, and me just now getting around to fixing `make TAGS' again).
1993-11-16Add ChangeLog entry for change by RobJim Kingdon1-0/+5
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