aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1996-10-03Grrr. The mn10200 and mn10300 are _not_ similar enough to easily supportJeff Law34-166/+411
with a single generic configuration. So break them up into two different configurations. See the individual ChangeLogs for additional detail.
1996-10-03 * Makefile.in (mostlyclean): Move config.log to distclean.Jason Molenda2-2/+7
1996-10-03 * Makefile.in (MOSTLYCLEAN): Move config.log to distclean.Jason Molenda2-17/+21
1996-10-03Wed Oct 2 23:45:25 1996 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer2-21/+31
* emultmpl/pe.em: increase size of stack reserve to 0x2000000 (necessary in order to compile parse.c in gcc sources under NT)
1996-10-03 * Makefile.in (mostlyclean): Move config.log to distclean.Jason Molenda2-2/+6
1996-10-03 * Makefile.in (clean): Remove config.log.Jason Molenda2-1/+5
1996-10-03 * Makefile.in (do_clean): Move config.log to do_distclean.Jason Molenda2-3/+7
1996-10-03 * config/tc-mn10x00.c, config/tc-mn10x00.h: New filesJeff Law6-0/+943
for Matsushita MN10x00 support. * configure.in: Recognize mn10x00-*-* * configure: Rebuilt. More Matsushita stuff.
1996-10-03 * gas/mn10x00: New directory for Matsushita 10x00 tests.Jeff Law2-0/+5
Keep stubbing out Matsushita stuff.
1996-10-03 * configure.in: Add lots of stuff to noconfigdirs forJeff Law2-2/+5
the mn10x00 targets.
1996-10-03 * mn10x00-opc.c, mn10x00-dis.c: New files for MatsushitaJeff Law6-18/+129
MN10x00 processors. * disassemble (ARCH_mn10x00): Define. (disassembler): Handle bfd_arch_mn10x00. * configure.in: Recognize bfd_mn10x00_arch. * configure: Rebuilt. Continue stubbing out for Matsushita work.
1996-10-03Add missing copyright.Jeff Law1-5/+23
1996-10-03 * config.sub, configure.in: Add mn10x00 support.Jeff Law3-0/+13
More Matsushita work.
1996-10-03 * cpu-mn10x00.c, elf32-mn10x00.c: New files.Jeff Law12-19/+282
* Makefile.in (ALL_MACHINES): Add cpu-mn10x00.o. (BFD32_BACKENDS): Similarly for elf32-mn10x00.o. (elf32-mn10x00.o): Add dependencies. * archures.c (enum bfd_architecture): Add bfd_arch_mn10x00. (bfd_mn10x00_arch): Declare. (bfd_archures_list): Add bfd_mn10x00_arch. * config.bfd: Add mn10x00-*-*. * configure.in: Add bfd_elf32_mn10x00_vec. * elf.c (prep_headers): Handle bfd_arch_mn10x00. * targets.c (bfd_elf32_mn10x00_vec): Declare. (bfd_target_vector): Add bfd_elf32_mn10x00_vec. * bfd-in2.h, configure: Rebuilt. Stubbing out Matsushita support.
1996-10-03 * mn10x00.h: New file.Jeff Law3-0/+102
Matsushita.
1996-10-03 * common.h (EM_CYGNUS_MN10x00): Define.Jeff Law2-1/+31
Matsushita.
1996-10-03 * dis-asm.h (print_insn_mn10x00): Declare.Jeff Law2-2/+12
Getting started on Matsushita.
1996-10-02 * freebsd.h (N_GET_MAGIC_NET): Don't use ntohl.Ian Lance Taylor1-0/+5
(N_GETMID_NET, N_GETFLAG_NET): Likewise. (NO_SWAP_MAGIC): Don't define. (SWAP_MAGIC): Define.
1996-10-02Wed Oct 2 15:54:03 1996 Klaus Kaempf <kkaempf@progis.de>Ian Lance Taylor2-3/+129
* obj-evax.h: move openvms definitions from here to tc-alpha.c. * tc-alpha.c: add support for vms_case_hack like in vax/vms. (load_expression): track clobbering of base reg before jmp/jsr. (s_alpha_file): pass case_hack flags and source filename via symbol table to bfd. * tc-alpha.h (TC_CONS_FIX_NEW): define
1996-10-02Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>Ian Lance Taylor2-1/+5
* make-all.com: Call conf-a-gas, not config-a-gas.
1996-10-02Wed Oct 2 15:49:16 1996 Klaus Kaempf <kkaempf@progis.de>Ian Lance Taylor2-1/+5
* makefile.vms: Bump version date.
1996-10-02Wed Oct 2 15:46:45 1996 Klaus Kaempf <kkaempf@progis.de>Ian Lance Taylor7-172/+305
openVMS/Alpha: Provide filename and case_hack flags via symbol table from gas. Add case_hack code for symbol output from vax/vms. * evax-alpha.c (evax_initialize): Remove filename handling, filename is provided via symbol table. (evax_get_symtab): Use local symbol count when setting up table. * evax-egsd.c (_bfd_evax_slurp_egsd): Print correct name when debugging. (_bfd_evax_write_egsd): Skip file name symbol. * evax-emh.c (get_vms_time_string): Local function now. (_bfd_evax_write_emh): Extract source filename and case_hack flags from symbol table. * evax_write_etir (_bfd_evax_write_etir): Pass all symbol names through _bfd_evax_case_hack_symbol. * evax-misc.c (hash_string, _bfd_evax_case_hack_symbol): New functions. (_bfd_evax_basename): Removed. (_bfd_get_vms_time_string): Moved to evax-emh.c. * evax.h (evax_private_data_struct): Remove filename. (flag_hash_long_names, flag_show_after_trunc, flag_no_hash_mixed_case, vms_name_mapping): New flags for vms_case_hack.
1996-10-02 * sparc.c (find_call): Align p_lowpc to avoid bus error.Ian Lance Taylor2-1/+5
1996-10-02 * lexsup.c (ld_options): Fix typo in --rpath-link description.Ian Lance Taylor2-1/+7
* emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Suggest --rpath if a needed library is not found.
1996-10-02 * cofflink.c (_bfd_coff_link_input_bfd): Don't crash if there isIan Lance Taylor2-1/+12
no hash table entry for a global symbol.
1996-10-02 * Makefile.in (clean): Remove config.log.Jason Molenda2-8/+16
1996-10-01 * ld.texinfo (Options): Give more detail on -l option.Ian Lance Taylor2-2/+135
PR 10418.
1996-10-01 * scripttempl/elfmips.sc: Handle CREATE_SHLIB the same way thatIan Lance Taylor2-12/+15
elf.sc does, so that glibc works better.
1996-10-01 * cofflink.c (coff_link_add_symbols): Don't override a meaningfulIan Lance Taylor2-4/+39
symbol type with T_NULL. Warn if symbol type changes. Based on patch from Philippe De Muyter <phdm@labauto1.ulb.ac.be>.
1996-10-01 * read.c (s_macro): Warn if a macro has the same name as aIan Lance Taylor3-11/+109
pseudo-op. (s_space): In m68k MRI mode, align to a word boundary. * macro.c (define_macro): Add namep parameter. Change all callers. * macro.h (define_macro): Update declaration.
1996-10-01Tue Oct 1 16:17:33 1996 Joel Sherrill <joel@oarcorp.com>Ian Lance Taylor1-0/+4
* configure.tgt (mips*-*-rtems*): New target, like mips*-*-elf*.
1996-10-01Tue Oct 1 16:16:01 1996 Joel Sherrill <joel@oarcorp.com>Ian Lance Taylor3-41/+54
* configure.in (mips-*-rtems*): New target, like mips-*-elf*. * configure: Rebuild.
1996-10-01Tue Oct 1 16:14:22 1996 Joel Sherrill <joel@oarcorp.com>Ian Lance Taylor2-1/+11
* config.bfd (mips*-*-rtems*): New target, like mips*-*-elf*.
1996-10-01 * gprof.c (usage): Print bug report address.Ian Lance Taylor2-1/+13
(main): Change version printing to match current GNU standards.
1996-10-01update copyrightIan Lance Taylor1-1/+1
1996-10-01 * lib/ld.exp (default_ld_version): Fix for current versionIan Lance Taylor1-4/+3
printing.
1996-10-01 * ldver.c (ld_program_version): New variable.Ian Lance Taylor2-9/+48
(ldversion): Use it. * ldver.h (ld_program_version): Declare. * lexsup.c (ld_options): Handle --dll-verbose like --verbose, not --version. Change --version handling to match current GNU standards. (help): Print bug report address.
1996-10-01 * lib/gas-defs.exp (gas_version): Fix for current versionIan Lance Taylor1-0/+5
printing.
1996-10-01 * as.c (show_usage): Print bug report address.Ian Lance Taylor3-8/+66
(parse_args): Change version printing to match current GNU standards. * gasp.c (show_usage): Print bug report address. (main): Change version printing to match current GNU standards.
1996-10-01 * lib/utils-lib.exp (binutil_version): Fix for current versionIan Lance Taylor1-0/+40
printing.
1996-10-01 * version.c (print_version): New function.Ian Lance Taylor4-167/+271
* bucomm.h (print_version): Declare. * ar.c (program_version): Don't declare. (do_show_version): Remove. (usage): Add help parameter. Print bug report address. (main): Set is_ranlib at start. Check for --help and --version. Call print_version, not do_show_version. * nlmconv.c (program_version): Don't declare. (main): Call print_version. (show_usage): Print bug report address. * nm.c (program_version, print_version): Don't declare. (usage): Print bug report address. (main): Call print_version. * objcopy.c (program_version): Don't declare. (copy_usage): Print bug report address. (strip_usage): Likewise. (strip_main): Call print_version. (copy_main): Likewise. * objdump.c (program_version): Don't declare. (usage): Print bug report address. (main): Call print_version. * size.c (program_version): Don't declare. (usage): Print bug report address. (main): Call print_version. * strings.c (program_version): Don't declare. (main): Call print_version. (usage): Print bug report address. * Makefile.in: Update dependencies.
1996-10-01 * config/tc-m68k.c (init_table): Correct access control unitIan Lance Taylor2-11/+14
register numbers. From Ken Rose <rose@netcom.com>.
1996-10-01 * config/tc-alpha.c: Add some static function prototypes.Ian Lance Taylor2-240/+929
(alpha_macros): Move to top of file. Make static. (alpha_num_macros): Move to top of file.
1996-10-01 * tc-v850.h: Define LOCAL_LABEL to recognise _.L_* symbolsStu Grossman2-0/+60
generated by DWARF.
1996-10-01 * elflink.h (elf_link_add_object_symbols): Only put a symbol fromIan Lance Taylor2-7/+21
a dynamic object in the dynamic symbol table if it is referenced or defined by a regular object. PR 10711.
1996-10-01 * i386-dis.c (op_rtn): Change to be a pointer. Adjust usesIan Lance Taylor1-0/+23
accordingly. Don't declare functions using op_rtn. Remove ANSI C constructs.
1996-10-01Fix a stutterStan Shebs1-1/+0
Fix a stutter
1996-10-01 * mpw-mh-mpw (EXTRALIBS_PPC_XCOFF): New, was EXTRALIBS_PPC.Stan Shebs2-1/+19
(EXTRALIBS_PPC): Use shared libraries instead of xcoff.
1996-10-01 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail forFred Fish7-6/+116
"p func1 ()" and note that rests of tests are skipped. * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux* setup_xfails for "print func2::coremaker_local". Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp". * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't affected by the previous run test. * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for "print array () ubyte (foo)" and "print/x array () byte (\$i)" * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for "pass int powerset tuple" and "pass modeless int powerset tuple". * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for "real write 4" and "real write 8". * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux* setup_xfails for "print vs1 after tuple assign 2", "print \$i after tuple assign 2", and "print vs2 after tuple assign 2". * lib/gdb.exp (gdb_test): When a gdb aborts, print a more meaningful error message and return -1 so the caller can suppress further tests and avoid a cascade of errors.
1996-10-01 * defs.h: Remove define of PRIVATE_XMALLOC.Fred Fish2-15/+32