Stu Grossman
92d47a66ec
* i386ly-nat.c, i386lynx-nat.c, m68kly-nat.c: Remove. Move
...
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 07:56:28 +00:00
Stu Grossman
d3225ea0ac
* i386ly-nat.c, i386lynx-nat.c, m68kly-nat.c: Remove. Move
...
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 07:17:45 +00:00
Jim Kingdon
e63e7f9f22
* mh-a68bsd: Define CC to gcc.
1993-11-17 04:57:03 +00:00
Jeff Law
c5e9ccd030
* config/tc-hppa.c (pa_ip): Fix thinko in 21bit range check.
1993-11-17 04:40:15 +00:00
Jim Kingdon
8a48c3936b
* COPYING.LIB: New file (standard version 2 LGPL, as already cited
...
by the source files).
1993-11-17 04:35:46 +00:00
Jim Kingdon
d47a7f52cf
* symtab.c (gdb_mangle_name): Only assume that the physname is
...
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 04:24:34 +00:00
Jim Kingdon
dfbaacfa1f
* gdb.t06/signals.exp: Add kludge to force re-sync.
1993-11-17 03:59:25 +00:00
Jim Kingdon
641436212f
* gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
...
to xgdb instead of gdb, get out of gdb.
1993-11-17 03:11:30 +00:00
Stu Grossman
069e056621
* i386ly-nat.c, i386lynx-nat.c, m68kly-nat.c: Remove. Move
...
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 01:38:11 +00:00
Stu Grossman
343c1a9641
* lynx-core.c (lynx_core_file_p): Change bfd_zalloc to bfd_alloc.
...
* 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-17 01:11:30 +00:00
Jim Kingdon
794057a7c0
* i386linux.c: Define new macro ZMAGIC_DISK_BLOCK_SIZE to 1024, and
...
change PAGE_SIZE to 4096.
1993-11-16 23:07:40 +00:00
David D. Zuhn
20572f5f4e
don't build ld on i386-sysv4 platforms
1993-11-16 23:06:48 +00:00
Jim Kingdon
becf2d8abc
* config.guess: Recognize Apollos (using environment variables).
...
* configure.in: Don't configure ld, binutils, or gprof for Apollo.
1993-11-16 20:43:36 +00:00
Jim Kingdon
6e03b2b87e
* a68v-nat.c: Replace with new version from Troy Rollo. The
...
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 20:29:03 +00:00
Jim Kingdon
f0c8468387
* Makefile.in (TAGS): Depend on TAGFILES_{NO,WITH}_SRCDIR.
...
* 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-16 19:51:59 +00:00
Jim Kingdon
92a6c3cc31
Add ChangeLog entry for change by Rob
1993-11-16 16:27:54 +00:00
Jim Kingdon
2ede707a97
Correct typos in sac ChangeLog entry
1993-11-16 16:25:21 +00:00
Kung Hsu
9ed1a1d9ca
Modified Files:
...
ChangeLog stack.c
* stack.c(print_frame_info): print demangled function name
ansi style.
1993-11-16 02:58:42 +00:00
Steve Chamberlain
1b68cb4fb3
How many times do I have to do this...
1993-11-15 23:49:21 +00:00
Steve Chamberlain
2f5e17369c
Use remote-e7000.c
1993-11-15 23:29:56 +00:00
Jim Kingdon
5a356fb84f
* config/i386/linux.mh: Remove XM_CLIBS, TERMLIB, SYSV_DEFINE, and
...
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 23:29:10 +00:00
Steve Chamberlain
863099f41e
* remote-e7000.c: New file to cope with the Hitachi E7000 ICE.
...
* 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-15 23:26:56 +00:00
Steve Chamberlain
cdf73c5c3b
Initial revision
1993-11-15 23:25:03 +00:00
Steve Chamberlain
ef419d261c
Why does cvs keep core dumping?
1993-11-15 23:22:31 +00:00
Steve Chamberlain
bf2429ab86
* remote-utils.c, remote-utils.h (gr_load_image): New function to
...
download to target.
1993-11-15 23:21:29 +00:00
Jim Kingdon
1c50f634d1
* mh-linux: Don't put -static in LDFLAGS. Add comments.
1993-11-15 23:01:36 +00:00
David D. Zuhn
90081eca02
usr cr instead of cq in AR_FLAGS
1993-11-15 21:44:18 +00:00
Kung Hsu
adbdb5276a
Modified Files:
...
ChangeLog symtab.c
* symtab.c(gdb_mangle_name): fix the problem with constructor
name mangling.
1993-11-15 20:40:03 +00:00
Jim Kingdon
dda398c369
* gdbtypes.h: Add TYPE_FLAG_TARGET_STUB.
...
* 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 20:13:30 +00:00
Ken Raeburn
f130fb33e5
* Makefile.in (diststuff): New target.
...
* VERSION: Updated.
1993-11-15 20:10:49 +00:00
Jeff Law
3be544982d
* som.c (som_object_setup): Do not create dummy ".text", ".data",
...
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 08:43:36 +00:00
Jeff Law
db98e4d85e
* paread.c (pa_symfile_init): Look for the $TEXT$ section rather
...
than the .text section.
1993-11-15 08:42:01 +00:00
Jeff Law
097960116a
* bfd-in2.h: Rebuilt.
1993-11-15 07:34:01 +00:00
Jim Kingdon
f6d7df5638
* stabsread.c: Remove #if 0'd dbx_class_complaint. We now handle
...
this (more or less) gracefully, and complain() was never a good
way of dealing with this.
1993-11-15 05:36:36 +00:00
Jeff Law
cca528fa66
* objdump.c (dump_stabs): Handle stabs-in-som as implemented
...
by the new BFD SOM assembler.
1993-11-14 08:29:27 +00:00
Jeff Law
20fde16acc
* gdb.stabs/hppa.mt: A makefile fragment for the PA.
...
* gdb.stabs/configure.in (hppa*-*-*): Use it.
* gdb.stabs/hppa.sed: New sed script for the PA.
1993-11-14 07:20:53 +00:00
Jim Kingdon
dd06d920c8
* gdb.stabs: Re-write weird.def and configuration to use sed
...
instead of cpp. sed is portable and POSIX; cpp is neither.
1993-11-14 06:50:42 +00:00
Jim Kingdon
79cf7e1f33
* stabsread.c (read_type): Skip the colon when reading a
...
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 06:40:47 +00:00
Jim Kingdon
f50cb1a34d
* stabs.texinfo (Nested Symbols): New node.
...
(String Field, Symbol Descriptors, Cross-References): Refer to it.
1993-11-14 06:33:55 +00:00
Jim Kingdon
68702ea3dd
* gdb.stabs: Re-write weird.def and configuration to use sed
...
instead of cpp. sed is portable and POSIX; cpp is neither.
1993-11-14 05:57:47 +00:00
Jim Kingdon
aad143dc5d
* gdb.stabs: Re-write weird.def and configuration to use sed
...
instead of cpp. sed is portable and POSIX; cpp is neither.
1993-11-14 05:35:22 +00:00
Jeff Law
91c0bcbbd0
* som.c (som_bfd_reloc_type_lookup): Add missing prototype. Returns
...
a pointer to constant data. Delete bogus #define which made the
function useless.
1993-11-14 01:32:09 +00:00
Jeff Law
6eb644081a
* som.c (som_begin_writing): New function.
1993-11-14 00:56:58 +00:00
Jeff Law
0b35f7ec59
* som.c (som_write_space_strings): New function.
...
(som_write_symbol_strings): New function.
1993-11-14 00:33:00 +00:00
Jeff Law
9d0dea6fca
* som.c (som_write_fixups): New function.
1993-11-14 00:00:05 +00:00
Jeff Law
aff9779048
* som.c (som_prep_for_fixups): New function.
1993-11-13 23:28:34 +00:00
David MacKenzie
938fa52b82
fix NAME hyphen
1993-11-13 15:16:23 +00:00
Jeff Law
980bac6418
* som.c (som_write_object_contents): Do not abort. Flesh out.
...
(som_set_section_contents): Do not abort. Flesh out.
1993-11-13 08:57:07 +00:00
Jeff Law
713de7ec97
* som.c (som_build_and_write_symbol_table): New function.
1993-11-13 08:37:14 +00:00
Jeff Law
efc0df7cff
* som.c (som_write_headers): New function.
1993-11-13 08:02:43 +00:00