aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1997-02-20 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.Bob Manson1-0/+2
hmmm, automagic conversion left -re things.
1997-02-20fix with make headersIan Lance Taylor1-0/+1
1997-02-20 * gdb.base/scope.exp: Use gdb_test.Bob Manson3-879/+217
* gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're aborting; the testsuite driver will do that for us (see gdb_finish). Also, use gdb_test in a few more places.
1997-02-20 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.Stan Shebs2-9/+12
1997-02-20 * elf32-mn10200.c (mn10200_elf_final_link_relocate): New function.Jeff Law2-0/+276
(mn10200_elf_relocate_section): Likewise. (elf_backend_relocate_section): Define. New style linker for the mn10200.
1997-02-20 * config/obj-coff.c (obj_coff_ln [both versions]): CallIan Lance Taylor2-0/+30
new_logical_line. PR 11725.
1997-02-20 * symbols.c (resolve_symbol_value): If both left and rightIan Lance Taylor1-0/+8
operands are undefined, warn about both of them. PR 11724.
1997-02-20 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"Jeff Law1-0/+13
and "add_tests" are not at the same address. Fixes gdb disassembler testsuite failure on sunos4 hosted toolchain.
1997-02-20Since d10v is public now, remove all sanitization statementsMichael Meissner3-6/+0
1997-02-20Since d10v is public now, remove all sanitization statementsMichael Meissner35-704/+411
1997-02-20Correct test for ISA dependent bitsGavin Romig-Koch1-6/+18
1997-02-20 * configure.in: Don't require GCC to build the mn10200Jeff Law3-12/+15
simulator anymore. * configure: Rebuilt.
1997-02-19 * interp.c (simopen): Add support for LSI MiniRISC PMON vectors.Mark Alexander1-0/+4
1997-02-19 Based on patches from Eric Youngdale <eric@andante.jic.com>:Ian Lance Taylor1-0/+8
* config/obj-elf.c (elf_pseudo_table): Add "symver". (obj_elf_symver): New static function. * config/obj-elf.h (OBJ_COPY_SYMBOL_ATTRIBUTES): Copy the st_other field.
1997-02-19 From Eric Youngdale <eric@andante.jic.com>:Ian Lance Taylor3-1/+312
* external.h, internal.h, common.h: Added new structures and definitions for ELF versions.
1997-02-19 * Makefile.in: Add dependencies on ../bfd/bfd.h as required.Ian Lance Taylor2-21/+30
1997-02-19 * gas/macros/semi.s, gas/macros/semi.d: New test.Ian Lance Taylor7-0/+56
* gas/macros/macros.exp: Run it. * gas/mri/semi.s, gas/mri/semi.d: New test. * gas/mri/mri.exp: Run it. Taken from PR 11715.
1997-02-19 * read.c (get_line_sb): Don't end the line on a semicolon inside aIan Lance Taylor1-0/+5
string. PR 11715.
1997-02-19Tue Feb 18 18:42:51 1997 Martin M. Hunt <hunt@pizza.cygnus.com>Martin Hunt1-0/+21
* config/tc-d30v.c, config/tc-d30v.h: New files. * configure: Rebuilt. * configure.in: Add case for d30v.
1997-02-19Tue Feb 18 18:42:51 1997 Martin M. Hunt <hunt@pizza.cygnus.com>Martin Hunt3-0/+1449
* config/tc-d30v.c, config/tc-d30v.h: New files.
1997-02-19Tue Feb 18 18:42:51 1997 Martin M. Hunt <hunt@pizza.cygnus.com>Martin Hunt2-275/+159
* config/tc-d30v.c, config/tc-d30v.h: New files. * configure: Rebuilt. * configure.in: Add case for d30v.
1997-02-19Tue Feb 18 17:43:43 1997 Martin M. Hunt <hunt@pizza.cygnus.com>Martin Hunt8-11/+859
* Makefile.in: Added d30v object files. * configure: (bfd_d30v_arch) Rebuilt. * configure.in: (bfd_d30v_arch) Added new case. * d30v-dis.c: New file. * d30v-opc.c: New file. * disassemble.c (disassembler) Add entry for d30v.
1997-02-19Tue Feb 18 17:40:36 1997 Martin M. Hunt <hunt@pizza.cygnus.com>Martin Hunt3-2/+57
* common.h (EM_CYGNUS_D30V): Define.
1997-02-19Tue Feb 18 17:37:20 1997 Martin M. Hunt <hunt@pizza.cygnus.com>Martin Hunt3-0/+294
* d30v.h: New file.
1997-02-19Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>Martin Hunt4-3/+93
* config.sub, configure.in: Add d30v target cpu.
1997-02-19Tue Feb 18 17:22:59 1997 Martin M. Hunt <hunt@pizza.cygnus.com>Martin Hunt14-437/+830
* Makefile.in, archures.c, config.bfd, configure.in, elf.c, reloc.c, targets.c: New target, elf-*-D30V. * bfd-in2.h, configure, libbfd.h: Rebuilt. * cpu-d30v.c, elf32-d30v.c: New files.
1997-02-18 * tic80-opc.c (tic80_predefined_symbols): Add symbolicFred Fish2-35/+94
representations for the floating point BITNUM values.
1997-02-18 * reloc.c (struct reloc_howto_struct): Fix typo in comment.Fred Fish3-3/+27
* bfd-in2.h: Regenerated. start-sanitize-tic80 * coff-tic80.c (RTYPE2HOWTO): Replace abort with real function. (rtype2howto): Add function. (tic80_howto_table): Add. end-sanitize-tic80
1997-02-18Correct flags for PMADDUW insnGavin Romig-Koch2-5/+17
1997-02-18 * maint.c: Eliminate -Wall warnings by including some header files.Mark Alexander2-0/+6
1997-02-18 * remote-sim.c (init_callbacks): Undo previous change.Mark Alexander2-3/+11
1997-02-18 * gas/hppa/unsorted/unsorted.exp (align4 tests): Tweak expectedJeff Law1-0/+14
output.
1997-02-18 * maint.c: Fix dereference of pointer.Dawn Perchik3-5/+8
* remote-sim.c: Fix reference of structure member "last_error". * debugify.c: Include config.h to get ANSI definitions.
1997-02-18 * elf32-v850.c (v850_elf_relocate_section): Make sure r_symndxJeff Law1-0/+7
is initialized before it is used. Something Doug noticed.
1997-02-17 * hp300hpux.c (convert_sym_type): Don't convert a secondary commonIan Lance Taylor1-0/+5
symbol into a weak undefined symbol; leave it as a common symbol.
1997-02-17 * config/tc-alpha.h (md_operand): Define with a null expansion,Fred Fish1-1/+12
like all the other targets. * doc/internals.texi (CPU backend): Add missing word in md_flush_pending_output description. Fix typo in md_convert_frag description. start-sanitize-tic80 * config/tc-tic80: Minor comment additions/changes. end-sanitize-tic80
1997-02-16 * remote-vx.c (vx_attach): Fix for PR 11356. Remove code addedStu Grossman2-28/+10
by kung. It made no sense.
1997-02-15 * elflink.h (elf_link_add_object_symbols): Don't issue a warningIan Lance Taylor2-4/+66
about a symbol defined in a dynamic object if it has already been defined in a regular object.
1997-02-14 Based on notes from Peter Eriksson <peter@ifm.liu.se>. The targetIan Lance Taylor3-0/+15
does not actually work, though: * configure.in (i386-sequent-bsd*): New target. * configure: Rebuild. * config/tc-dynix.h: New file. * config/tc-i386.h: Define TARGET_FORMAT if TE_DYNIX.
1997-02-14Fri Feb 14 18:09:59 1997 Philippe De Muyter <phdm@info.ucl.ac.be>Ian Lance Taylor1-0/+9
* config/tc-m68k.c (LOCAL_LABEL): Macro redefined if TE_DELTA. (tc_canonicalize_symbol_name): Macro defined if TE_DELTA. * config/obj-coff.c (obj_coff_def): Use tc_canonicalize_symbol_name if defined. (obj_coff_tag, obj_coff_val): Likewise. * expr.c (operand): Reject '~' as operator if is_name_beginner.
1997-02-14random copyright and formatting fixesIan Lance Taylor4-9/+10
1997-02-14 * gas/all/align.d, gas/all/align.s: New test.Ian Lance Taylor2-0/+14
* gas/all/gas.exp: Run it.
1997-02-14 * read.c (do_align): Add max parameter. Change all callers.Ian Lance Taylor8-31/+178
Remove useless static variables. (s_align): New static function. Do common portion of s_align_bytes and s_align_ptwo. (s_align_bytes, s_align_ptwo): Just call s_align. * frags.c (frag_align): Add max parameter. Change all callers. (frag_align_pattern): Likewise. * frags.h (frag_align, frag_align_pattern): Update declarations. * write.c (relax_segment): Limit alignment change to fr_subtype. Fix some types to be addressT. * config/obj-coff.c (size_section): Likewise. * config/obj-ieee.c (size_section): Likewise. * config/tc-d10v.h (md_do_align): Add max parameter. * config/tc-i386.h (md_do_align): Likewise. * config/tc-m88k.h (md_do_align): Likewise. * config/tc-m88k.c (m88k_do_align): Likewise. * config/tc-sh.h (md_do_align): Likewise. * config/tc-sh.c (sh_do_align): Likewise. * as.h: Improve comments on rs_align and rs_align_code. * doc/as.texinfo: Document new alignment arguments. * doc/internals.texi (Frags): Document use of fr_subtype field for rs_align and rs_align_code.
1997-02-14Per PR 11678 - also need to maintan .SanitizeAndrew Cagney1-14/+5
1997-02-14PR 11678 - rename long decode-rule files to shorter ones, eliminateAndrew Cagney15-238/+21
need for multiple almost identical decode-rule files
1997-02-14fixes bugs caused by adding 5900Gavin Romig-Koch1-0/+6
1997-02-14 * main.c (print_gdb_help): Make static to match declaration.Ian Lance Taylor1-0/+3
1997-02-14 * config/{tc-alpha.h, tc-arc.h, tc-d10v.h, tc-generic.h, tc-i960.h,Fred Fish4-154/+97
tc-mn10200.h, tc-mn10300.h, tc-sh.h, tc-v850.h, tc-vax.h, tc-w65.h}: Add default definition of zero for TARGET_BYTES_BIG_ENDIAN. * config/{tc-arm.h, tc-hppa.h, tc-i386.h, tc-mips.h, tc-ns32k.h, tc-ppc.h, tc-sparc.h}: Move definition of TARGET_BYTES_BIG_ENDIAN to a location consistent with the rest of the target include files. * config/tc-i386.c: Remove misleading comment. * doc/internals.texi (CPU backend): Add description of function md_undefined_symbol. start-sanitize-tic80 * config/tc-tic80.c: Add code to insert predefined symbols into the symbol table so they can be parsed by the standard expression parser. Remove custom code that use to parse them. * config/tc-tic80.h: Move definition of TARGET_BYTES_BIG_ENDIAN to a location consistent with the rest of the target include files. end-sanitize-tic80
1997-02-14 * config/tc-sparc.c (md_show_usage): Add missing backslash at endIan Lance Taylor1-0/+3
of continued line.
1997-02-14Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>Ian Lance Taylor3-17/+39
* makefile.vms: New file. * make-all.com: Remove.