aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1996-02-29fix typoMichael Meissner1-1/+1
1996-02-29All predefined sections to be of NOBITS typeMichael Meissner2-12/+16
1996-02-29 From Wilfried Moser <wilfried.moser@aut.alcatel.at>:Stan Shebs1-0/+6
* remote.c (remote_detach): Send a command 'D' to the target when detaching, update the function's comments.
1996-02-29Add xm-nbsd.hFred Fish1-0/+1
1996-02-29Remove missing file "PROBLEMS" from list of files to keep.Fred Fish1-1/+0
1996-02-29 * config/tc-hppa.c (hppa_fix_adjustable): For SOM, don'tJeff Law2-1/+5
reduce relocs using e_nlrsel field selectors.
1996-02-28 * Makefile.in (VERSION): Bump version to 4.15.2 to establishFred Fish1-0/+5
baseline for gdb 4.16 rerelease testing.
1996-02-28 * write.c (fix_new_exp): Don't use #elif. Some compilersJeff Law1-1/+4
don't handle it. Fixes build problem with certain versions of the hpux compiler.
1996-02-28 * somsolib.c (som_solib_create_inferior_hook): Before returningJeff Law2-0/+14
call clear_symtab_users. Fixes minor hpux problem with 7763 patches.
1996-02-28Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>Jason Merrill2-3/+11
* Makefile.in (taz): Fix quoting.
1996-02-28 * config/tc-hppa.c (selector_table): Add "n", "nl", and "nlr" toJeff Law2-12/+46
the selector table. (pa_chk_field_selector): Handle new field selectors for SOM. More new stuff for hpux10.
1996-02-28 * libhppa.h (hppa_reloc_field_selector_type): Add R_HPPA_NLSELJeff Law1-0/+11
and R_HPPA_NLRSEL. (e_nsel, e_nlsel, e_nlrsel): Undefine. Add to hppa_reloc_field_selector_type_alt. (hppa_field_adjust): Handle e_nlsel, e_nlrsel. Fix e_nsel handling. * som.c (hppa_som_gen_reloc_type): Handle N', NL' NLR' field selectors. (som_write_fixups): Finish handling of R_N0SEL and R_N1SEL. More hpux10 crud.
1996-02-28 * elf.c (assign_file_positions_for_segments): Adjust the segmentIan Lance Taylor2-3/+11
memory size for the alignment of a SEC_ALLOC section, not just a SEC_LOAD section.
1996-02-27 * mpw-make.sed: Edit out shared library support.Stan Shebs2-0/+14
(@TDIRS@): Edit out, can't use genscripts.
1996-02-27Tue Feb 27 15:09:21 1996 Andreas Schwab ↵Ian Lance Taylor3-0/+22
<schwab@issan.informatik.uni-dortmund.de> * configure.tgt (m68k-*-linuxaout*, m68k-*-linux*): New targets. * emulparams/m68klinux.sh: New file. * emultempl/linux.em (gld${EMULATION_NAME}_before_allocation): Call bfd_${EMULATION_NAME}_size_dynamic_sections instead of bfd_linux_size_dynamic_sections. * Makefile.in (ALL_EMULATIONS): Add em68klinux.o. (em68klinux.c): New target. * configure.host (m68*-*-linuxaout*, m68*-*-linux*): New hosts. Tue Feb 27 12:55:46 1996 Ian Lance Taylor <ian@cygnus.com> * Makefile.in (ALL_EMULATIONS): Sort into alphabetical order. Fill in missing entries.
1996-02-27Tue Feb 27 14:42:27 1996 Andreas Schwab ↵Ian Lance Taylor3-16/+30
<schwab@issan.informatik.uni-dortmund.de> * configure.in (m68k-*-linux*aout*, m68k-*-linux*): New targets. * configure: Rebuild. * config/te-linux.h (LOCAL_LABELS_FB): Define. * config/tc-m68k.h (TARGET_FORMAT) [TE_LINUX]: Define to "a.out-m68k-linux". * config/tc-m68k.c (comment_chars): Don't include '#' if TE_LINUX is defined.
1996-02-27 * configure.in (sparclet-*-*): Build everything now.David Edelsohn2-4/+4
1996-02-27Tue Feb 27 14:31:51 1996 Andreas Schwab ↵Ian Lance Taylor2-4/+3
<schwab@issan.informatik.uni-dortmund.de> * configure.in (m68k-*-linux*): New host.
1996-02-27Tue Feb 27 14:17:31 1996 Andreas Schwab ↵Ian Lance Taylor6-20/+55
<schwab@issan.informatik.uni-dortmund.de> * m68klinux.c: New file. * hosts/m68klinux.h: New file. * config.bfd (m68*-*-linuxaout*, m68*-*-linux*): New targets. * configure.in (m68*-*-linux*): New native host. (m68klinux_vec): New vector. * configure: Rebuild. * targets.c (m68klinux_vec): Declare. * i386linux.c (bfd_i386linux_size_dynamic_sections): Renamed from bfd_linux_size_dynmic_sections to avoid clash with m68klinux.c. * bfd-in.h (bfd_i386linux_size_dynamic_sections): Rename declaration from bfd_linux_size_dynamic_sections. (bfd_m68klinux_size_dynamic_sections): Declare. * bfd-in2.h: Rebuild. * Makefile.in: Rebuild dependencies. (BFD32_BACKENDS): Add m68klinux.o. (BFD32_BACKENDS_CFILES): Add m68klinux.c.
1996-02-27 * libhppa.h (pa_arch): Add pa20.Jeff Law3-32/+94
(hppa_reloc_field_selector_type): Add R_HPPA_NSEL. (e_nsel): Undefine. Add to hppa_reloc_field_selector_type_alt. (hppa_field_adjust): Handle e_nsel. * som.c: Provide default definitions for many new relocs found only in hpux10 include files. (som_fixup_formats): Add several new relocs from hpux10. (som_hppa_howto_table): Add hpux10 relocs. (som_write_fixups): Handle R_N0SEL and R_N1SEL hpux10 relocs. Quick stab at handling some of the new hpux10 features.
1996-02-27update copyrightIan Lance Taylor2-3/+3
1996-02-27 * lexsup.c (parse_args): Recognize --no-whole-archive.Ian Lance Taylor6-32/+107
* ldlang.h (lang_input_statement_type): Add whole_archive field. * ldlang.c (new_afile): Set whole_archive field. (load_symbols): Check input file specific whole_archive field rather than global variable. * ld.texinfo, ld.1: Document --no-whole-archive. PR 9094.
1996-02-27 * mpw-make.sed: Update to handle shared library support.Stan Shebs2-0/+11
1996-02-27 * mpw-make.sed: Update to handle shared library support.Stan Shebs2-0/+11
1996-02-27 * mpw-make.sed: Edit out shared library support bits.Stan Shebs2-0/+18
1996-02-26 * configure.in (sparc64-*): Use mh-sparcpic if --enabled-shared.David Edelsohn2-0/+3
1996-02-26 * config.sub (sparc*frw*): Delete. Use -mflat now.David Edelsohn1-0/+4
1996-02-26 * cofflink.c (_bfd_coff_link_input_bfd): When merging, skip namesIan Lance Taylor1-0/+5
starting with '$' the way we skip names starting with '.'. When updating x_endndx, don't be fooled by an index which has been merged. PR 9024.
1996-02-26 * mpw-make.sed: Edit out recent shared library support, andStan Shebs2-0/+20
rules to rebuild .h files using doc/chew.
1996-02-26Mon Feb 26 14:48:39 1996 David Mosberger-Tang <davidm@AZStarNet.com>Ian Lance Taylor1-0/+5
* ecoff.c (ecoff_compute_section_file_positions): Adjust the file size even of sections with no contents.
1996-02-26 * configure: Check for bison before byacc.Ian Lance Taylor1-0/+11
1996-02-26 * cofflink.c (_bfd_coff_link_input_bfd): Don't try to optimize aIan Lance Taylor2-33/+45
struct/union/enum type with no elements. PR 9024.
1996-02-26 * config/tc-sparc.c (sparc_ip): Print all architectures that supportDavid Edelsohn2-5/+30
the insn on mismatch.
1996-02-25Always keep mips vxworks filesStan Shebs1-0/+2
1996-02-25 * configure.in (mips*-*-vxworks*): New config.Stan Shebs6-28/+45
* configure: Regenerated. * config/mips/vxmips.mt, config/mips/tm-vxmips.h: New files. * remote-vxmips.c (vx_convert_to_virtual, vx_convert_from_virtual): Remove, never used.
1996-02-24 * bfd.c (bfd_errmsg): Handle a NULL return from strerror.Ian Lance Taylor1-0/+2
1996-02-24 * archive.c (bfd_generic_archive_p): If the first file in theIan Lance Taylor1-0/+4
archive can not be recognized as an object, don't assume that this is the wrong format. PR 9082.
1996-02-24 * partial-stab.h (case N_FUN): Function symbols generatedPeter Schauer3-4/+19
by SPARCworks cc have a meaningless zero value, do not update pst->textlow if the function symbol value is zero. * stabsread.c (define_symbol): Initialize SYMBOL_TYPE field for function prototype declaration symbols.
1996-02-24 * elf.c (bfd_elf_set_dt_needed_name): Don't do anything if theIan Lance Taylor2-3/+25
format is not bfd_object. (bfd_elf_get_dt_soname): Likewise.
1996-02-24Sat Feb 24 11:21:49 1996 Alan Modra <alan@spri.levels.unisa.edu.au>:Ian Lance Taylor1-0/+5
* Makefile.in ($(OBJDUMP_PROG)): Search $(BFDLIB) before $(OPCODES).
1996-02-24Update to 1.0.1Michael Meissner4-5/+130
1996-02-24 * remote-e7000.c (e7000_load): New routine to download via theStu Grossman2-3/+172
network. * (e7000_wait): Don't backup PC when we hit a breakpoint. Apparantly new sh2 pods get this right... * (e7000_ops): Add call to e7000_load.
1996-02-24 * configure.in: Add support for a29-coff.Rob Savoye3-16/+23
* configure: Rebuild.
1996-02-23 * config/tc-sh.c (sh_coff_frob_file): Don't consider the addressIan Lance Taylor2-4/+5
of the section when looking for the R_SH_USES fixup, because the frag addresses have not yet been adjusted. PR 9072.
1996-02-23 * gdbinit.in: Set a breakpoint on as_warn_where.Ian Lance Taylor1-0/+2
1996-02-23 * gas/mips/lb-xgot.d: Correct.Ian Lance Taylor1-0/+4
1996-02-23 * config/tc-mips.c (macro): Add missing arguments to macro_buildIan Lance Taylor1-0/+5
omitted in last change. From Jim Wilson <wilson@cygnus.com>.
1996-02-22Add input support; at end of user writes, call fflushMichael Meissner4-55/+101
1996-02-22fix typoMichael Meissner1-0/+4
1996-02-22* config/m68k/{nbsd.mh,nbsd.mt,nm-nbsd.h,tm-nbsd.h,xm-nbsd.h},J.T. Conklin10-2/+183
m68knbsd-nat.c: New files, support for NetBSD/m68k. * configure.in (m68k-*-netbsd*): New config. * configure: Regenerated.