aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1996-06-18 * coff-h8300.c: Remove #if 0 code.Jeff Law1-0/+28
(compatable): Don't allow mixing/matching of different architectures. Just stuff I noticed. start-sanitize-h8s * archures.c (bfd_mach_h8300s): Add. * bfd-in2.h: Rebuilt. * coff-h8300.c (funcvec_hash_newfunc): Handle H8/S too. (BADMAG): Likewise. (h8300_reloc16_estimate): Likewise. (h8300_reloc16_extra_cases): Likewise. (h8300_bfd_link_add_symbols): Likewise. * coffcode.h (coff_set_arch_mach_hook): Likewise. (coff_set_flags): Likewise. * cpu-h8300.c (h8300_scan): Likewise. Add H8/S to bfd_h8300_arch list. end-sanitize-h8s H8/S support. Sanitized away until we know its official status.
1996-06-18 * read.c (s_fill): Don't warn about a zero repeat count.Ian Lance Taylor1-0/+2
1996-06-18 * ppc-opc.c: Fix fcmpo opcode. From Sergei SteshenkoIan Lance Taylor1-0/+5
<sergei@msil.sps.mot.com>.
1996-06-18 * configure.tgt (i[345]86*-*-isc*): New target. FromIan Lance Taylor2-6/+17
<uddeborg@carmen.se>.
1996-06-18 * config/tc-mips.c (mips_ip): Don't warn about using AT as aIan Lance Taylor1-0/+3
coprocessor register.
1996-06-18 * core.c (core_create_line_syms): Use xstrdup rather than strdup.Ian Lance Taylor3-2/+7
* source.c (source_file_lookup_path): Likewise.
1996-06-18 * config/tc-i386.c (md_assemble): When checking the size of aIan Lance Taylor1-0/+7
register to set the size of an instruction, do a bitwise and with Reg8 and Reg16 rather than requiring the type to be exactly Reg8 or Reg16.
1996-06-18 * config/tc-h8300.c (parse_reg): Tweak error messages.Jeff Law3-0/+84
(build_bytes): Likewise. (skip_colonthing): Handle :32 suffix. (get_specific): Promote L_24 to L_32 if it makes a match. Don't always promote L_8 to L_16. (do_a_fix_imm): Clean up L_32 and L_24 handling. H8/S related stuff that doesn't need to be sanitized. start-sanitize-h8s * config/tc-h8300.c (Smode): New variable. (h8300hmode): Turn off Hmode. (h8300smode): New function. Turn on Smode and Hmode. (md_pseudo_table): New ".h8300s" pseudo-op. (parse_reg): Handle "exr" register. (get_operand): Handle bizarre syntax for "stm.l" and "ldm.l". Handle "mach" and "machl" operands for ldmac. (get_specific): Handle "stm.l" and "ldm.l". (build_bytes): Handle "stm.l" and "ldm.l"; handle MACREG operands. * config/tc-h8300.h (COFF_MAGIC): Handle H8/S magic number. (Smode): Declare. end-sanitize-h8s Sanitized H8/S stuff until we know its status.
1996-06-18Tweak.Jeff Law1-22/+7
1996-06-18 * gas/h8300/cbranchh.s: Switch into h8300h mode.Jeff Law23-0/+531
* gas/h8300/h8300.exp (H8/300H misc tests): Fix test names. Just something I noticed. * gas/h8300/{addsubs.s,bitops1s.s,bitops2s.s}: New tests for the H8/S. * gas/h8300/{bitops3.s,bitops4.s,cbranchs.s,logicals.s}: Likewise. * gas/h8300/{branchess.s,compares.s,macs.s,decimals.s}: Likewise. * gas/h8300/{incdecs.s,divmuls.s,miscs.s,multiples.s}: Likewise. * gas/h8300/{movbs.s,movws.s,movls.s,pushpops.s}: Likewise. * gas/h8300/{rotshifts.s,extends.s}: Likewise. * gas/h8300/h8300.exp: Run them. Sanitized away until status is clarified.
1996-06-18 * gas/h8300/cbranchh.s: Switch into h8300h mode.Jeff Law1-0/+10
Just something I noticed.
1996-06-18Tue Jun 18 15:11:33 1996 Klaus Kaempf <kkaempf@progis.de>Ian Lance Taylor3-0/+61
* fopen-vms.h: New file.
1996-06-18Tue Jun 18 15:08:54 1996 Klaus Kaempf <kkaempf@progis.de>Ian Lance Taylor3-0/+47
* makefile.vms: New file. * alpha-dis.c (print_insn_alpha): Print lda ra,lit(rz) as mov.
1996-06-18Tue Jun 18 15:03:44 1996 Klaus Kaempf <kkaempf@progis.de>Ian Lance Taylor4-0/+108
* config.h-vms, makefile.vms: New files.
1996-06-18Tue Jun 18 14:42:58 1996 Klaus Kaempf <kkaempf@progis.de>Ian Lance Taylor13-5/+5953
Added support for Alpha OpenVMS: * evax.h, evax-alpha.c, evax-egsd.c, evax-emh.c: New files. * evax-etir.c, evax-misc.c, hosts/alphavms.h: New files. * config.h-vms, makefile.vms: New files. * config.bfd (alpha-*-*vms*): New target. * configure.in (evax_alpha_vec): New target vector. * configure: Rebuild. * reloc.c (BFD_RELOC_SWREL32, BFD_RELOC_SWREL64): Define. (BFD_RELOC_ALPHA_LINKAGE, BFD_RELOC_ALPHA_BASEREG): Define. * targets.c (bfd_target_evax_flavour): Define. (evax_alpha_vec): Declare. (bfd_target_vector): Add ecoffalpha_little_vec and evax_alpha_vec if BFD64 is defined. * bfd-in2.h, libbfd.h: Rebuild. * Makefile.in: Rebuild dependencies. (BFD64_BACKENDS): Add evax-alpha.o, evax-egsd.o, evax-etir.o, evax-emh.o, and evax-misc.o. (BFD64_BACKENDS_CFILES): Add evax-alpha.c, evax-egsd.c, evax-etir.c, evax-emh.c, and evax-misc.c. (HFILES): Add evax.h.
1996-06-18Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)Ian Lance Taylor5-1/+41
* config.sub: Recognize -openvms. * configure.in (alpha*-*-*vms*): Set noconfigdirs. * make-all.com, setup.com: New files.
1996-06-18 * coff-h8300.c (h8300_reloc16_extra_cases): Make name a constIan Lance Taylor2-3/+124
pointer. (h8300_bfd_link_add_symbols): Likewise.
1996-06-17* doc/as.texinfo: Reorder chapter of machine dependent options soJ.T. Conklin1-0/+8
that it is sorted by chip name. * doc/as.texinfo: Use consistant spelling of Vax. * doc/c-vax.texi: Likewise.
1996-06-17 * Makefile.in (DVIPS): New define, set to dvips.Fred Fish2-29/+57
(dvi): Add stabs.dvi. (ps): New target. (all-doc): Depend on info, dvi, and ps targets. (STAGESTUFF): Add *.ps and *.dvi files. (clean-info, clean-dvi): Remove. (mostlyclean): Does not depend upon clean-info or clean-dvi, rules completely rewritten. (maintainer-clean): Remove clean-info and clean-dvi dependencies and put their actions in the rules. (gdb.ps): New target (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove intermediate TeX files, whether they have 2 or 3 character extensions. (gdbint.ps): Add target and rules. (gdb-internals): Delete unused target. (Makefile): Depends upon config.status also.
1996-06-17 * config/tc-hppa.c (md_pseudo_table): Add ".begin_try" and ".end_try"Jeff Law1-0/+9
pseudo ops. (tc_gen_reloc, SOM version): Handle R_BEGIN_TRY and R_END_TRY. (md_apply_fix): Likewise. (pa_try): New function. (hppa_force_relocation): Force relocs for BEGIN_TRY and END_TRY. More PA exception handling crud.
1996-06-17 * som.h (R_HPPA_BEGIN_TRY, R_HPPA_END_TRY): Define.Jeff Law1-0/+5
* som.c (som_write_fixups): Handle R_BEGIN_TRY and R_END_TRY. gunk for EH on the PA.
1996-06-17 * elf32-mips.c (mips_elf_relocate_section): Don't create a relocIan Lance Taylor1-0/+13
for R_MIPS_REL32 and R_MIPS_32 relocs if no dynamic sections were created. (mips_elf_check_relocs): Only create .rel.dyn for R_MIPS_REL32 and R_MIPS_32 relocs if creating a shared library.
1996-06-17 * dlltool.c (make_one_lib_file): Use BFD_RELOC_RVA rather thanIan Lance Taylor1-0/+16
BFD_RELOC_32 in IDATA7. PR 9877.
1996-06-17 * config/tc-hppa.c (md_pseudo_table): Add ".level" pseudo op.Jeff Law2-23/+82
(pa_level): New function. hpux10 gunk.
1996-06-16 * somsolib.c (som_solib_create_inferior_hook): Handle trackingJeff Law2-48/+83
of shl_load calls for hpux10. Just something that needed fixing.
1996-06-16cygwin32 changesGeoffrey Noer1-3/+3
1996-06-16enable_gdbtk=no for cygwin32-hosted toolchainsGeoffrey Noer1-2/+6
1996-06-15 * listing.c (listing_newline): Don't do anything if listing is 0.Ian Lance Taylor1-0/+9
1996-06-13 * config.in: Regenerated.Tom Tromey4-130/+142
* acconfig.h (HAVE_THREAD_DB_LIB): Added entry. * configure: Regenerated. * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to avoid name clashes with SunOS headers.
1996-06-13 * cofflink.c (_bfd_coff_final_link): Handle long section names.Ian Lance Taylor2-7/+54
* coffcode.h (coff_write_object_contents): If there are long section names, always set the f_symptr field, even if there are no symbols. * peicode.h (coff_swap_filehdr_in): Don't clear the f_symptr field if there are no symbols.
1996-06-13 * coffgen.c (make_a_section_from_file): Check return value ofIan Lance Taylor1-0/+9
_bfd_coff_read_string_table. (coff_real_object_p): Check return value of make_a_section_from_file. (_bfd_coff_read_string_table): Check that there are some symbols before trying to read the string table size.
1996-06-13 * write.c (adjust_reloc_syms): Don't set sy_used_in_reloc for anIan Lance Taylor1-0/+13
absolute symbol unless TC_FORCE_RELOCATION returns true.
1996-06-13 * xcofflink.c (xcoff_link_add_symbols): When considering whetherIan Lance Taylor1-0/+5
to replace a symbol in a dynamic object with a symbol from another dynamic object, do the replacement if the existing symbol is global linkage code. PR 9860. Also fix a couple of comment typos and indentation problems.
1996-06-12 * xcofflink.c (_bfd_ppc_xcoff_relocate_section): Check explicitlyIan Lance Taylor2-1/+8
for _ptrgl, and treat it as global linkage code. PR 9860.
1996-06-12 * nm.c (struct get_relocs_info): Define.Ian Lance Taylor2-1/+21
(line_numbers): New static variable. (long_options): Add "line-numbers". (usage): Mention -l and --line-numbers. (main): Handle -l. (print_symbol): Print line numbers if requested. (get_relocs): New static function. * binutils.texi, nm.1: Document -l/--line-numbers.
1996-06-12 * aoutx.h (NAME(aout,find_nearest_line)): Notice if we find aIan Lance Taylor1-0/+6
filename or N_SO symbol past the offset, and use it to indicate that there is no line number or function when appropriate.
1996-06-12 * objdump.c (dump_reloc_set): Add sec parameter. Change allIan Lance Taylor4-4/+121
callers. If with_line_numbers is set, display line numbers of relocation entries. * binutils.texi, objdump.1: Document -l with -r.
1996-06-12 From Michael Snyder <Michael_Snyder@next.com>:Fred Fish2-4/+43
* bcache.c (print_bcache_statistics): Avoid divide-by-zero exception if one or more objfile has no symbols, such as when a dynamic library has been stripped.
1996-06-11 * xcofflink.c (xcoff_build_ldsyms): Set XCOFF_DEF_REGULAR for aIan Lance Taylor2-7/+42
common symbol defined by the linker. Don't export function code even if export_defineds is set. PR 9856.
1996-06-11 * Makefile.in (INTERNAL_LDFLAGS): Add in flags from configure.Stu Grossman3-126/+199
* configure configure.in: Only make sol-thread.o for native. Also, switch to dlopened libthread_db.so.1. * sol-thread.c: Switch to using dlopen to get the thread_db library.
1996-06-11 * config/sparc/{xm-sun4sol2.h,xm-sun4os4.h} (MMAP_BASE_ADDRESS):Fred Fish3-2/+12
Change from 0xE0000000 to 0xC0000000. PR 9792
1996-06-10 * config/tc-m68k.c (m68k_ip): Accept ABSL for 'O', so that `bfextuIan Lance Taylor1-0/+5
d0{24:1},d0' works without an immediate prefix on the bit numbers. (md_begin): Add digits to alt_notend_table. (md_parse_option): Make s a const pointer.
1996-06-10 * config/tc-sparc.c (md_pseudo_table): Add "empty".Ian Lance Taylor1-0/+3
(s_empty): New static function.
1996-06-10 * gas/all/cofftag.s, gas/all/cofftag.d: New test for COFF enum tagIan Lance Taylor3-0/+84
with the same name as a global variable. * gas/all/gas.exp: Run cofftag test for any COFF target.
1996-06-10 * config/obj-coff.c (struct filename_list): Only define if notIan Lance Taylor2-83/+102
BFD_ASSEMBLER. (filename_list_head, filename_list_tail): Likewise. (c_section_symbol): Remove unused BFD_ASSEMBLER version. (obj_coff_endef, BFD_ASSEMBLER version): Don't set the debugging flag for C_MOS, C_MOE, C_MOU, or C_EOS symbols, since they should have a section of N_ABS rather than N_DEBUG. If we do a merge, remove the new symbol from the list. (obj_coff_endef, both versions): Call tag_insert even if there is an old symbol with the same name, if the old symbol does not happen to be a tag. (coff_frob_symbol): Check SF_GET_TAG, C_EOF, and C_FILE outside of the SF_GET_DEBUG condition. Don't call SA_SET_SYM_ENDNDX with a symbol that will be moved to the end of the symbol list. (coff_adjust_section_syms): Always call section_symbol for .text, .data, and .bss. (coff_frob_section): Likewise. Also, remove unused variable strname.
1996-06-10Add .lcomm directiveMichael Meissner1-0/+6
1996-06-10 * config/tc-ns32k.c (convert_iif): Call frag_grow rather thanIan Lance Taylor1-0/+5
manipulating frags directly. (md_number_to_field): Adjust mem_ptr correctly if ENDIAN is defined.
1996-06-10 * app.c (do_scrub_chars): If '/' is LINE_COMMENT_START, checkIan Lance Taylor1-0/+6
whether the next character is '*' before checking whether we are at the start of a line. Permit LINE_COMMENT_START to start a comment in state 1 (seen some whitespace) as well, to match the documentation.
1996-06-10 * gasp.c (do_align): Permit a fill value for .align.Ian Lance Taylor2-2/+20
1996-06-09Opps.Jeff Law1-0/+13