aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1993-11-18Fix for PR 3978:Fred Fish1-0/+7
* valprint.c (val_print_string): When looking for a null terminator compare current bufsize to fetchlimit to determine when to stop, instead of computing buffer+fetchlimit which may overflow for very large limits (like "unlimited").
1993-11-18Modified Files:Kung Hsu1-0/+6
ChangeLog eval.c valarith.c * eval.c(evaluate_subexp): to use unified search so type conversion operator works in calling method. * valarith.c(value_x_binop, value_x_unop): same as above.
1993-11-18 * libecoff.h: Include coff/ecoff.h.Ian Lance Taylor2-183/+258
(struct ecoff_backend_data): Move external debugging information fields into a single field pointing to an ecoff_debug_swap structure. (ecoff_data_type): Move debugging information fields into a single field pointing to an ecoff_debug_info structure. * coff-alpha.c, coff-mips.c, ecoff.c: Corresponding changes.
1993-11-17 * mipsread.c: Change use of ECOFF information to correspond toIan Lance Taylor1-0/+6
changes in bfd/libecoff.h. (mipscoff_symfile_offsets): Made static.
1993-11-17 * configure.in (mips-*-irix5*): New target. Use elf and mips-big.Ian Lance Taylor1-1/+1
1993-11-17 * Makefile.in (REAL_SOURCES): Added ecoff.c.Ian Lance Taylor1-2/+11
(REAL_HEADERS): Added ecoff.h. (OBJS): Added ecoff.o. (ecoff.o): New target.
1993-11-17Wed Nov 17 13:56:10 1993 Stan Shebs (shebs@rtl.cygnus.com)Stan Shebs1-0/+7
* i386lynx.c (swap_std_reloc_in, swap_ext_reloc_in): Ignore garbage bits appearing in the upper end of symbolnums. * config/sparc-lynx.mt (TDEFINES): Add -DFPRINTF_ALREADY_DECLARED.
1993-11-17New files for ECOFF debugging split out of config/obj-ecoff.c.Ian Lance Taylor2-1/+4940
1993-11-17 * write.c (is_dnrange): Do not define if md_relax_frag is defined.Ian Lance Taylor1-34/+38
(relax_segment): If md_relax_frag is defined, use it to handle a frag of type rs_machine_dependent rather than looking through md_relax_table. * write.c (relax_and_size_seg): Don't set SEC_HAS_CONTENTS for a bss section. Set SEC_RELOC if there are any relocations, even for a zero size section. * write.c (write_relocs): In RELOC_EXPANSION_POSSIBLE case, based data offset on reloc[0]->address rather than reloc[j]->address, so that multiple relocs can affect different memory locations. * write.c (chain_frchains_together, relax_and_size_seg, adjust_reloc_syms, write_relocs): Make third argument PTR, not char *, to match definition of bfd_map_over_sections.
1993-11-17 * read.c (read_a_source_file): If we find a bad pseudo-op,Ian Lance Taylor1-16/+14
do a continue to go on to the next line rather than a break. Removed duplicate bad pseudo-op code which was never executed. * read.c (s_lcomm): Do not require a comma after the name. * read.c (s_lcomm): Set bss flag for .sbss section if used.
1993-11-17 * nlmconv.1: new man pageJeffrey Osier3-39/+128
* objcopy.1: fixed format errors
1993-11-17 * mips.h: (M_J_A): Added.Ian Lance Taylor1-0/+10
(M_LA): Removed.
1993-11-17Use sun4sol2 for a target of sparc-netware.Sean Eric Fagan1-0/+5
1993-11-17 * mips.h (struct ecoff_debug_info): Define.Ian Lance Taylor2-3/+164
1993-11-17Need to declare nlm32_sparc_vec; oopsie.Sean Eric Fagan1-4/+9
1993-11-17New files and changed files for NetWare/SPARC.Sean Eric Fagan3-0/+198
1993-11-17Don't want the new files to disappear unexpectedly!Sean Eric Fagan1-0/+2
1993-11-17Two more files in BFD updated for NetWARE/SPARC.Sean Eric Fagan1-3/+3
1993-11-17NetWare/SPARC changes; required changes to the interface as well asSean Eric Fagan1-4/+16
adding files.
1993-11-17Modified Files:Kung Hsu3-21/+68
ChangeLog eval.c valops.c * valops.c (typecmp): improve prototype matching when calling a method. Make 'p (*(ostream *) &cout) << "lll" ' to work. * eval.c(evalute_subexp): fix operator search problem when call like p x.'operator+'(i).
1993-11-17Please CVS, let me kill this file!Stu Grossman1-282/+0
1993-11-17Please CVS, let me kill these files...Stu Grossman1-277/+0
1993-11-17 * Makefile.in: Use CFLAGS as well as LDFLAGS when linking.Ian Lance Taylor2-25/+38
1993-11-17fix typoDavid MacKenzie2-1/+10
1993-11-17 * i386ly-nat.c, i386lynx-nat.c, m68kly-nat.c: Remove. MoveStu Grossman9-96/+101
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 * i386ly-nat.c, i386lynx-nat.c, m68kly-nat.c: Remove. MoveStu Grossman1-0/+310
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* mh-a68bsd: Define CC to gcc.Jim Kingdon1-1/+10
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