OSDN Git Service

pf3gnuchains/pf3gnuchains3x.git
23 years ago * as.h (rs_align_test): New.
Richard Henderson [Thu, 28 Dec 2000 10:07:56 +0000 (10:07 +0000)]
* as.h (rs_align_test): New.
* frags.c (NOP_OPCODE): Move default from read.c.
(MAX_MEM_FOR_RS_ALIGN_CODE): New default.
(frag_align_code): New.
* frags.h (frag_align_code): Declare.
* read.c (NOP_OPCODE): Remove.
(do_align): Use frag_align_code.
* write.c (NOP_OPCODE): Remove.
(get_recorded_alignment): New.
(cvt_frag_to_fill): Handle rs_align_test.
(relax_segment): Likewise.
(subsegs_finish): Align last subseg in section to the
section alignment.  Use frag_align_code.
* write.h (get_recorded_alignment): Declare.
* config/obj-coff.c (size_section): Handle rs_align_test.
(fill_section, fixup_mdeps): Likewise.
(write_object_file): Use frag_align_code.

* config/tc-alpha.c (alpha_align): Use frag_align_code.
(alpha_handle_align): New.
* config/tc-alpha.h (HANDLE_ALIGN): New.
(MAX_MEM_FOR_RS_ALIGN_CODE): New.

* config/tc-i386.h (md_do_align): Use frag_align_code.
(MAX_MEM_FOR_RS_ALIGN_CODE): New.

* config/tc-ia64.c (ia64_md_do_align): Don't do code alignment.
(ia64_handle_align): New.
* config/tc-ia64.h (HANDLE_ALIGN): New.
(MAX_MEM_FOR_RS_ALIGN_CODE): New.

* config/tc-m32r.c (m32r_do_align): Remove.
(m32r_handle_align): New.
(fill_insn): Use frag_align_code.
* config/tc-m32r.h (md_do_align): Remove.
(HANDLE_ALIGN, MAX_MEM_FOR_RS_ALIGN_CODE): New.
* config/tc-m88k.c, config/tc-m88k.h: Similarly.
* config/tc-mips.c, config/tc-mips.h: Similarly.

* config/tc-sh.c (sh_cons_align): Use rs_align_test.
(sh_handle_align): Likewise.  Handle rs_align_code.
(sh_do_align): Remove.
* config/tc-sh.h (md_do_align): Remove.
(MAX_MEM_FOR_RS_ALIGN_CODE): New.

* config/tc-sparc.c (sparc_cons_align): Use rs_align_test.
(sparc_handle_align): Likewise.  Handle rs_align_code.
* config/tc-sparc.h (md_do_align): Remove.
(MAX_MEM_FOR_RS_ALIGN_CODE): New.

23 years ago* bsearch.c: New file.
DJ Delorie [Tue, 26 Dec 2000 22:19:44 +0000 (22:19 +0000)]
* bsearch.c: New file.
* configure.in (funcs): Add bsearch.
(AC_CHECK_FUNCS): Likewise.
* configure, config.in: Regenerate.

23 years agoAdd --no-default-excludes option for PE targets
Nick Clifton [Tue, 26 Dec 2000 20:55:30 +0000 (20:55 +0000)]
Add --no-default-excludes option for PE targets

23 years ago2000-12-26 Kazu Hirata <kazu@hxi.com>
Kazu Hirata [Tue, 26 Dec 2000 19:50:50 +0000 (19:50 +0000)]
2000-12-26  Kazu Hirata  <kazu@hxi.com>

* vaxnetbsd.c: Fix formatting.
* versados.c: Likewise.
* vms-gsd.c: Likewise.
* vms-hdr.c: Likewise.
* vms-misc.c: Likewise.

23 years agoSynchronise with master FSF GCC sources
Nick Clifton [Tue, 26 Dec 2000 18:17:51 +0000 (18:17 +0000)]
Synchronise with master FSF GCC sources

23 years ago* archive.c (coff_write_armap): Don't write more than symbol_count
Alexandre Oliva [Mon, 25 Dec 2000 21:41:20 +0000 (21:41 +0000)]
* archive.c (coff_write_armap): Don't write more than symbol_count
`archive_member_file_ptr's.

23 years ago2000-12-25 Kazu Hirata <kazu@hxi.com>
Kazu Hirata [Mon, 25 Dec 2000 14:42:42 +0000 (14:42 +0000)]
2000-12-25  Kazu Hirata  <kazu@hxi.com>

* vms-tir.c: Fix formatting.

23 years ago2000-12-23 Kazu Hirata <kazu@hxi.com>
Kazu Hirata [Sat, 23 Dec 2000 16:48:10 +0000 (16:48 +0000)]
2000-12-23  Kazu Hirata  <kazu@hxi.com>

* vms.c: Fix formatting.
* vms.h: Likewise.

23 years ago* config/tc-d10v.c (md_assemble): set prev_seg and prev_subseg
DJ Delorie [Fri, 22 Dec 2000 22:06:32 +0000 (22:06 +0000)]
* config/tc-d10v.c (md_assemble): set prev_seg and prev_subseg
when we assemble the first half of a pair.

23 years ago2000-12-22 H.J. Lu <hjl@gnu.org>
H.J. Lu [Fri, 22 Dec 2000 21:03:24 +0000 (21:03 +0000)]
2000-12-22  H.J. Lu  <hjl@gnu.org>

* gas/i386/intel.s: Replace "nop" with ".p2align 4,0".
* gas/i386/intel.d: Updated.

23 years ago2000-12-22 H.J. Lu <hjl@gnu.org>
H.J. Lu [Fri, 22 Dec 2000 20:53:35 +0000 (20:53 +0000)]
2000-12-22  H.J. Lu  <hjl@gnu.org>

* config/tc-i386.c (reloc): Update the macro for non-bfd
assembler.
(BFD_RELOC_X86_64_GOTPCREL): Set to 0 for non-bfd assembler.

23 years ago2000-12-22 H.J. Lu <hjl@gnu.org>
H.J. Lu [Fri, 22 Dec 2000 20:36:02 +0000 (20:36 +0000)]
2000-12-22  H.J. Lu  <hjl@gnu.org>

* dwarf2dbg.c (dwarf2_finish): Remove #if BFD_ASSEMBLER.

23 years agoFix for compiling under Solaris 2.8
Nick Clifton [Thu, 21 Dec 2000 18:43:33 +0000 (18:43 +0000)]
Fix for compiling under Solaris 2.8

23 years agoFixes to allow sources to compile under Solaris 2.8
Nick Clifton [Thu, 21 Dec 2000 18:40:21 +0000 (18:40 +0000)]
Fixes to allow sources to compile under Solaris 2.8

23 years agoAdd bfd_get_bits() and bfd_put_bits().
Nick Clifton [Thu, 21 Dec 2000 18:20:04 +0000 (18:20 +0000)]
Add bfd_get_bits() and bfd_put_bits().

23 years ago2000-12-20 Kazu Hirata <kazu@hxi.com>
Kazu Hirata [Wed, 20 Dec 2000 19:53:11 +0000 (19:53 +0000)]
2000-12-20  Kazu Hirata  <kazu@hxi.com>

* targets.c: Fix formatting.
* tekhex.c: Likewise.
* trad-core.c: Likewise.

23 years agoRevert accidental checkin.
Jan Hubicka [Wed, 20 Dec 2000 13:36:13 +0000 (13:36 +0000)]
Revert accidental checkin.

23 years ago * tc-i386.h (i386_target_format): Define even for ELFs.
Jan Hubicka [Wed, 20 Dec 2000 13:24:13 +0000 (13:24 +0000)]
* tc-i386.h (i386_target_format): Define even for ELFs.
(QWORD_MNEM_SUFFIX): New macro.
(CpuK6,CpuAthlon,CpuSledgehammer, Cpu64, CpuNo64, CpuUnknownFlags):
New macros
(CpuMMX,CpuSSE,Cpu3dnow, CpuUnknown): Renumber.
(IgnoreSize, DefaultSize, No_?Suf, FWait, IsString, regKludge, IsPrefix,
ImmExt): Renumber.
(Size64, No_qSuf, NoRex64, Rex64): New macros.
(Reg64, Imm32S, Imm64, Disp32S, Disp64): New macros.
(Imm8, Imm8S, Imm16, Imm32, Imm1, BaseIndex, Disp8, Disp16, Disp32,
InOutPortReg,ShiftCount, Control, Debug, Test, FloatReg, FloatAcc,
SReg2, SReg3, Acc, JumpAbsolute, RegMMX, RegXMM, EsSeg, InvMem): Renumber.
(Reg, WordReg): Add Reg64.
(Imm): Add Imm32S and Imm64.
(EncImm): New.
(Disp): Add Disp64 and Disp32S.
(AnyMem): Add Disp32S.
(RegRex, RegRex64): New macros.
(rex_byte): New type.
* tc-i386.c (set_16bit_code_flag): Kill.
(fits_in_unsigned_long, fits_in_signed_long): New functions.
(reloc): New parameter "signed"; support x86_64.
(set_code_flag): New.
(DEFAULT_ARCH): New macro; default to "i386".
(default_arch): New static variable.
(struct _i386_insn): New fields Operand_PCrel; rex.
(flag_16bit_code): Kill; All tests replaced to "flag_code == CODE_64BIT";
(flag_code): New enum and static variable.
(use_rela_relocations): New static variable.
(flag_code_names): New static variable.
(cpu_arch_flags): Default to CpuUnknownFlags|CpuNo64.
(cpu_arch): Add "sledgehammer"; Add CPUAthlon to Athlon and CpuK6 to
K6 and Athlon.
(i386_align_code): Return plain "nop" for x86_64.
(mode_from_disp_size): Support Disp32S.
(smallest_imm_type): Support Imm32S and Imm64.
(offset_in_range): Support size of 8.
(set_cpu_arch): Do not clobber to Cpu64/CpuNo64.
(md_pseudo_table): Add "code64"; use set_code_flat.
(md_begin): Emit sane error message on hash failure.
(tc_i386_fix_adjustable): Support x86_64 relocations.
(md_assemble): Support QWORD_MNEM_SUFFIX, REX registers,
instructions supported on particular arch just partially,
output of 64bit immediates, handling of Imm32S and Disp32S type.
(i386_immedaite): Support x86_64 relocations; support 64bit constants.
(i386_displacement): Likewise.
(i386_index_check): Cleanup; support 64bit addresses.
(md_apply_fix3): Support x86_64 relocation and rela.
(md_longopts): Add "32" and "64".
(md_parse_option): Add OPTION_32 and OPTION_64.
(i386_target_format): Call even for ELFs; choose between
elf64-x86-64 and elf32-i386.
(i386_validate_fix): Refuse GOTOFF in 64bit mode.
(tc_gen_reloc): Support rela relocations and x86_64.
(intel_e09_1): Support QWORD.

* i386.h (i386_optab): Replace "Imm" with "EncImm".
(i386_regtab): Add flags field.

23 years ago2000-12-19 Kazu Hirata <kazu@hxi.com>
Kazu Hirata [Wed, 20 Dec 2000 00:21:57 +0000 (00:21 +0000)]
2000-12-19  Kazu Hirata  <kazu@hxi.com>

* sco5-core.c: Fix formatting.
* section.c: Likewise.
* sparclinux.c: Likewise.
* sparclynx.c: Likewise.
* sparcnetbsd.c: Likewise.
* srec.c: Likewise.
* stabs.c: Likewise.
* stab-syms.c: Likewise.
* sunos.c: Likewise.
* syms.c: Likewise.
* sysdep.h: Likewise.

23 years agoAdd missing support for arm-epoc-pe.
Nick Clifton [Tue, 19 Dec 2000 22:22:02 +0000 (22:22 +0000)]
Add missing support for arm-epoc-pe.

23 years ago* COPYING: Update to current
DJ Delorie [Tue, 19 Dec 2000 22:01:20 +0000 (22:01 +0000)]
* COPYING: Update to current
ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
to 19yy as example year in copyright notice).

23 years ago * dis-asm.h (struct disassemble_info): New member "section".
Hans-Peter Nilsson [Mon, 18 Dec 2000 23:19:55 +0000 (23:19 +0000)]
* dis-asm.h (struct disassemble_info): New member "section".
(INIT_DISASSEMBLE_INFO_NO_ARCH): Initialize private_data member.
Initialize section member.

23 years agoDefinbe extra allowable COFF section flags for ARM_PE target/
Nick Clifton [Mon, 18 Dec 2000 20:50:41 +0000 (20:50 +0000)]
Definbe extra allowable COFF section flags for ARM_PE target/

23 years agoAdd default case to file_format switch.
Nick Clifton [Mon, 18 Dec 2000 19:03:30 +0000 (19:03 +0000)]
Add default case to file_format switch.

23 years agofix formatting
DJ Delorie [Sun, 17 Dec 2000 03:09:45 +0000 (03:09 +0000)]
fix formatting

23 years ago* safe-ctype.h: Make code work on all targets and not just on
DJ Delorie [Sun, 17 Dec 2000 03:09:01 +0000 (03:09 +0000)]
* safe-ctype.h: Make code work on all targets and not just on
targets where a char is 8 bits.

23 years ago* safe-ctype.c: #include "ansidecl.h".
DJ Delorie [Sun, 17 Dec 2000 03:07:49 +0000 (03:07 +0000)]
* safe-ctype.c: #include "ansidecl.h".
* strtod.c: Likewise.
* strtoul.c: Include safe-ctype.h, not ctype.h.

23 years agoRegenerate files
Nick Clifton [Sat, 16 Dec 2000 22:01:44 +0000 (22:01 +0000)]
Regenerate files

23 years ago2000-12-15 Diego Novillo <dnovillo@redhat.com>
Diego Novillo [Sat, 16 Dec 2000 05:45:08 +0000 (05:45 +0000)]
2000-12-15  Diego Novillo  <dnovillo@redhat.com>

* config/tc-i386.c (intel_e09_1): Only flag as a memory operand if
it's not an offset expression.
(intel_e10_1): Ditto. Also, if the operand is an offset expression,
keep the braces '[' and ']' in the output string.
(intel_e11): Ditto. Also remove comparison intel_parser.op_modifier
!= FLAT. There is no such op_modifier.

23 years agoAdd Diego Novillo.
Nick Clifton [Sat, 16 Dec 2000 01:28:21 +0000 (01:28 +0000)]
Add Diego Novillo.

23 years agoMove to the start of the program headers before attempting to read them.
Nick Clifton [Fri, 15 Dec 2000 18:53:04 +0000 (18:53 +0000)]
Move to the start of the program headers before attempting to read them.

23 years ago2000-12-14 Kazu Hirata <kazu@hxi.com>
Kazu Hirata [Thu, 14 Dec 2000 21:38:31 +0000 (21:38 +0000)]
2000-12-14  Kazu Hirata  <kazu@hxi.com>

* peigen.c: Fix formatting.
* som.c: Likewise.
* som.h: Likewise.

23 years agooops - omitted terminating #endif
Nick Clifton [Thu, 14 Dec 2000 20:29:25 +0000 (20:29 +0000)]
oops - omitted terminating #endif

23 years agoIf we don't have <limits.h>, try including <sys/param.h> if we have it.
Nick Clifton [Thu, 14 Dec 2000 20:16:20 +0000 (20:16 +0000)]
If we don't have <limits.h>, try including <sys/param.h> if we have it.

23 years ago2000-12-13 Kazu Hirata <kazu@hxi.com>
Kazu Hirata [Thu, 14 Dec 2000 01:12:43 +0000 (01:12 +0000)]
2000-12-13  Kazu Hirata  <kazu@hxi.com>

* as.h: Fix formatting.
* cgen.h: Likewise.
* dwarf2dbg.c: Likewise.
* input-scrub.c: Likewise.
* read.h: Likewise.

23 years ago2000-12-13 Kazu Hirata <kazu@hxi.com>
Kazu Hirata [Wed, 13 Dec 2000 21:43:57 +0000 (21:43 +0000)]
2000-12-13  Kazu Hirata  <kazu@hxi.com>

* peigen.c: Fix formatting.

23 years ago* configure.in (i386-*-msdosdjgpp): Set bfd_gas to yes.
DJ Delorie [Wed, 13 Dec 2000 20:21:52 +0000 (20:21 +0000)]
* configure.in (i386-*-msdosdjgpp): Set bfd_gas to yes.
configure: Regenerate.

23 years ago* error message improvements for cgen assemblers
Frank Ch. Eigler [Wed, 13 Dec 2000 18:55:02 +0000 (18:55 +0000)]
* error message improvements for cgen assemblers

2000-12-12  Frank Ch. Eigler  <fche@redhat.com>

        * cgen-asm.in (@arch@_cgen_assemble_insn): Prefer printing insert-time
        error messages over later parse-time ones.

23 years agoaadd conditionals around definition of INT_MAX
Nick Clifton [Wed, 13 Dec 2000 18:48:04 +0000 (18:48 +0000)]
aadd conditionals around definition of INT_MAX

23 years agoAdde dfinition if INT_MAX if limits.h is not included
Nick Clifton [Wed, 13 Dec 2000 18:46:41 +0000 (18:46 +0000)]
Adde dfinition if INT_MAX if limits.h is not included

23 years ago#include <limits.h> only if it exists.
Nick Clifton [Wed, 13 Dec 2000 18:42:28 +0000 (18:42 +0000)]
#include <limits.h> only if it exists.

23 years agoRevert the last beautification with "innocent" whitespace,
Nick Clifton [Wed, 13 Dec 2000 18:28:52 +0000 (18:28 +0000)]
Revert the last beautification with "innocent" whitespace,
it breaks the K&R C preprocessor.

23 years agoRodney Brown's CHECK_FIELD typo fixes.
Alan Modra [Wed, 13 Dec 2000 06:23:56 +0000 (06:23 +0000)]
Rodney Brown's CHECK_FIELD typo fixes.

23 years agoEliminate ia64 compiler warnings. Fix ia64 gas testsuite again.
Jim Wilson [Tue, 12 Dec 2000 22:56:36 +0000 (22:56 +0000)]
Eliminate ia64 compiler warnings.  Fix ia64 gas testsuite again.
*  elfxx-ia64.c (get_dyn_sym_info): Cast %p argument to void *.
* config/tc-ia64.h (ia64_init): Add prototype.
* gas/ia64/dv-imply.d, gas/ia64/dv-mutex.d, gas/ia64/dv-safe.d,
gas/ia64/dv-srlz.d, gas/ia64/opc-m.d: Update.
* ia64-dis.c (print_insn_ia64): Cast away const on ia64_free_opcode
argument.
* ia64_gen.c (insert_deplist): Cast sizeof result to int.
(print_dependency_table): Print NULL if semantics field not set.
(insert_opcode_dependencies): Mark cmp parameter as unused.
(print_main_table): Use fprintf_vma to print long long fields.
(main): Mark argv paramter as unused.  Convert to old style definition.
* ia64-opc.c (ia64_find_dependency): Cast sizeof result to int.
* ia64-asmtab.c: Regnerate.

23 years agoIgnore sections with zero size.
Nick Clifton [Tue, 12 Dec 2000 22:54:39 +0000 (22:54 +0000)]
Ignore sections with zero size.

23 years ago* ld.texinfo: Add notes about --whole-archive and gcc.
DJ Delorie [Tue, 12 Dec 2000 22:37:20 +0000 (22:37 +0000)]
* ld.texinfo: Add notes about --whole-archive and gcc.

23 years ago2000-12-12 Kazu Hirata <kazu@hxi.com>
Kazu Hirata [Tue, 12 Dec 2000 21:25:54 +0000 (21:25 +0000)]
2000-12-12  Kazu Hirata  <kazu@hxi.com>

* m68klinux.c: Fix formatting.
* m68knetbsd.c: Likewise.
* mipsbsd.c: Likewise.
* netbsd-core.c: Likewise.
* netbsd.h: Likewise.
* newsos3.c: Likewise.
* nlm32-alpha.c: Likewise.
* nlm32-i386.c: Likewise.
* nlm32-ppc.c: Likewise.
* nlm32-sparc.c: Likewise.
* nlmcode.h: Likewise.
* nlmswap.h: Likewise.
* nlm-target.h: Likewise.
* ns32knetbsd.c: Likewise.

23 years ago2000-12-12 H.J. Lu <hjl@gnu.org>
H.J. Lu [Tue, 12 Dec 2000 21:21:39 +0000 (21:21 +0000)]
2000-12-12  H.J. Lu  <hjl@gnu.org>

* dwarf2dbg.c: Enabled only if BFD_ASSEMBLER is defined.

* read.h (outputting_stabs_line_debug): Change it to int.
* stabs.c (outputting_stabs_line_debug): Likewise.

23 years agoAdd EM_X86_64.
Nick Clifton [Tue, 12 Dec 2000 20:58:46 +0000 (20:58 +0000)]
Add EM_X86_64.

23 years agoAdd link option to allow undefiedn symbols in shared libraries
Nick Clifton [Tue, 12 Dec 2000 20:53:02 +0000 (20:53 +0000)]
Add link option to allow undefiedn symbols in shared libraries

23 years ago * config/obj-bout.c (obj_crawl_symbol_chain): Don't take
Geoffrey Keating [Tue, 12 Dec 2000 20:48:45 +0000 (20:48 +0000)]
* config/obj-bout.c (obj_crawl_symbol_chain): Don't take
the address of a function result.

23 years ago* configure.in: Disable language-specific target libraries for
Alexandre Oliva [Tue, 12 Dec 2000 20:33:05 +0000 (20:33 +0000)]
* configure.in: Disable language-specific target libraries for
languages that aren't enabled.

23 years ago * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
Geoffrey Keating [Tue, 12 Dec 2000 20:15:21 +0000 (20:15 +0000)]
* emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
.fixup is actually read/write.
* emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
* emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
* emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.

23 years ago2000-12-12 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
Geoffrey Keating [Tue, 12 Dec 2000 20:05:16 +0000 (20:05 +0000)]
2000-12-12  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>

* config/tc-ppc.c (md_pseudo_table): Add .file and .loc.
(md_assemble): Call dwarf2_emit_insn.
(shlib): Fix typo SHILB -> SHLIB.
(md_parse_option): Likewise.
(ppc_elf_validate_fix): Likewise:
* config/tc-ppc.h (DWARF2_LINE_MIN_INSN_LENGTH): New.

23 years agoRemove spurious whitespace
Nick Clifton [Tue, 12 Dec 2000 19:37:01 +0000 (19:37 +0000)]
Remove spurious whitespace

23 years agoFix formatting.
Nick Clifton [Tue, 12 Dec 2000 19:36:32 +0000 (19:36 +0000)]
Fix formatting.

23 years agoAdd el segundo tests
Nick Clifton [Tue, 12 Dec 2000 19:32:56 +0000 (19:32 +0000)]
Add el segundo tests
Fix formatting

23 years agoFix formatting
Nick Clifton [Tue, 12 Dec 2000 19:29:24 +0000 (19:29 +0000)]
Fix formatting

23 years agoFix formatting
Nick Clifton [Tue, 12 Dec 2000 19:28:12 +0000 (19:28 +0000)]
Fix formatting

23 years agoFix Formatting.
Nick Clifton [Tue, 12 Dec 2000 19:25:07 +0000 (19:25 +0000)]
Fix Formatting.

23 years agoUpdate copyright dates
Nick Clifton [Tue, 12 Dec 2000 19:19:57 +0000 (19:19 +0000)]
Update copyright dates

23 years ago2000-12-11 H.J. Lu <hjl@gnu.org>
H.J. Lu [Mon, 11 Dec 2000 21:49:36 +0000 (21:49 +0000)]
2000-12-11  H.J. Lu  <hjl@gnu.org>

* gas/i386/intel.d: Adjusted for the a.out assembler.
* gas/i386/intel.s: Likewise.

23 years ago * hppa.h (DT_HP_*): Define relative to OLD_DT_LOOS for hpux
Jeff Law [Mon, 11 Dec 2000 17:55:58 +0000 (17:55 +0000)]
    * hppa.h (DT_HP_*): Define relative to OLD_DT_LOOS for hpux
        compatibility.

23 years ago * tc-i386.c (md_assemble): Refuse 's' and 'l' suffixes in the intel
Jan Hubicka [Mon, 11 Dec 2000 14:01:46 +0000 (14:01 +0000)]
* tc-i386.c (md_assemble): Refuse 's' and 'l' suffixes in the intel
mode; convert 'd' suffix to 's' or 'l'; remove all DWORD_MNEM_SUFFIX
references.
(intel_e09_1): Convert QWORD to 'l' suffix for FP operations; refuse
otherwise.
* tc-i386.h (DWORD_MNEM_SUFFIX): Kill.
(No_dSuf): Kill.

* i386.h (*_Suf): Remove No_dSuf.
(d_suf, wld_Suf,sld_Suf, sldx_Suf, bwld_Suf, d_FP, sld_FP, sldx_FP)
Remove.
(i386_optab): Remove 'd' in the suffixes.

23 years ago * NEWS: Add note about x86_64 architecture.
Jan Hubicka [Mon, 11 Dec 2000 13:49:46 +0000 (13:49 +0000)]
* NEWS: Add note about x86_64 architecture.
* MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.

23 years agoReplace #warning with #error
Alan Modra [Mon, 11 Dec 2000 03:43:05 +0000 (03:43 +0000)]
Replace #warning with #error

23 years agoFix v850 test failures
Nick Clifton [Sat, 9 Dec 2000 23:44:17 +0000 (23:44 +0000)]
Fix v850 test failures

23 years agoAdd tic54x and tms320c54x to expected cpus list.
Nick Clifton [Sat, 9 Dec 2000 23:33:24 +0000 (23:33 +0000)]
Add tic54x and tms320c54x to expected cpus list.

23 years agoPrevent re-read of instruction from wrong address.
Nick Clifton [Sat, 9 Dec 2000 23:20:59 +0000 (23:20 +0000)]
Prevent re-read of instruction from wrong address.

23 years agoUpdate to match latest assembler output.
Nick Clifton [Sat, 9 Dec 2000 22:55:52 +0000 (22:55 +0000)]
Update to match latest assembler output.

23 years agoRegenerate fr30-dis.c
Nick Clifton [Sat, 9 Dec 2000 22:22:33 +0000 (22:22 +0000)]
Regenerate fr30-dis.c

23 years agoExpect the srec_test to fail for ARM targets because the -oformat linker
Nick Clifton [Sat, 9 Dec 2000 20:24:34 +0000 (20:24 +0000)]
Expect the srec_test to fail for ARM targets because the -oformat linker
command switch cannot be used.

23 years agoPass dwarf2_find_line_info as last parameter to invocation of
Nick Clifton [Sat, 9 Dec 2000 20:12:57 +0000 (20:12 +0000)]
Pass dwarf2_find_line_info as last parameter to invocation of
_bfd_dwarf2_find_nearest_line.

23 years agoAdd - before rms to be more portable.
DJ Delorie [Sat, 9 Dec 2000 16:10:41 +0000 (16:10 +0000)]
Add - before rms to be more portable.

23 years agoAdd xscale to list of Rel targets
Nick Clifton [Sat, 9 Dec 2000 01:59:22 +0000 (01:59 +0000)]
Add xscale to list of Rel targets

23 years ago2000-12-08 Kazu Hirata <kazu@hxi.com>
Kazu Hirata [Sat, 9 Dec 2000 01:54:51 +0000 (01:54 +0000)]
2000-12-08  Kazu Hirata  <kazu@hxi.com>

* elf64-alpha.c: Fix formatting.
* elf64-hppa.c: Likewise.
* elf64-mips.c: Likewise.

23 years agoFixup whitespace
Nick Clifton [Sat, 9 Dec 2000 01:53:57 +0000 (01:53 +0000)]
Fixup whitespace

23 years agoGeneralize DWARF2 and COFF support.
Nick Clifton [Fri, 8 Dec 2000 22:50:07 +0000 (22:50 +0000)]
Generalize DWARF2 and COFF support.

23 years ago2000-12-08 Kazu Hirata <kazu@hxi.com>
Kazu Hirata [Fri, 8 Dec 2000 18:34:32 +0000 (18:34 +0000)]
2000-12-08  Kazu Hirata  <kazu@hxi.com>

* coffgen.c: Fix formatting.
* elf32-i386.c: Likewise.
* elf32-i960.c: Likewise.
* elf32-m68k.c: Likewise.
* elf32-mcore.c: Likewise.
* elf32-ppc.c: Likewise.
* elf32-sh.c: Likewise.
* elf32-sparc.c: Likewise.
* elf32-v850.c: Likewise.
* elf64-sparc.c: Likewise.
* elf-m10300.c: Likewise.

23 years ago2000-12-07 Andrew Haley <aph@redhat.com>
Andrew Haley [Fri, 8 Dec 2000 17:25:47 +0000 (17:25 +0000)]
2000-12-07  Andrew Haley  <aph@redhat.com>

        * readelf.c (display_debug_frames): Only display columns that are
        referenced by the frame debug info.

23 years ago* safe-ctype.c: New file.
DJ Delorie [Fri, 8 Dec 2000 16:37:01 +0000 (16:37 +0000)]
* safe-ctype.c: New file.
* Makefile.in (CFILES): Add safe-ctype.c.
(REQUIRED_OFILES): Add safe-ctype.o.

* argv.c: Define ISBLANK and use it, not isspace.
* basename.c, cplus-dem.c, fnmatch.c, pexecute.c, strtod.c,
strtol.c, strtoul.c: Include safe-ctype.h, not ctype.h.  Use
uppercase ctype macros.  Don't test ISUPPER(c)/ISLOWER(c)
before calling TOLOWER(c)/TOUPPER(c).

23 years agoActually add safe-ctype.h
Christopher Faylor [Fri, 8 Dec 2000 03:28:41 +0000 (03:28 +0000)]
Actually add safe-ctype.h

23 years ago* safe-ctype.h: New file.
Christopher Faylor [Fri, 8 Dec 2000 03:26:46 +0000 (03:26 +0000)]
* safe-ctype.h: New file.

23 years ago#warn -> #warning
Alan Modra [Thu, 7 Dec 2000 23:48:01 +0000 (23:48 +0000)]
#warn -> #warning

23 years ago* Makefile.in (distclean): When cleaning, remove testsuite.
DJ Delorie [Thu, 7 Dec 2000 23:14:29 +0000 (23:14 +0000)]
* Makefile.in (distclean): When cleaning, remove testsuite.

23 years ago* add sid/ delegation
Frank Ch. Eigler [Thu, 7 Dec 2000 21:29:37 +0000 (21:29 +0000)]
* add sid/ delegation

23 years ago2000-12-07 Kazu Hirata <kazu@hxi.com>
Kazu Hirata [Thu, 7 Dec 2000 19:31:48 +0000 (19:31 +0000)]
2000-12-07  Kazu Hirata  <kazu@hxi.com>

* elf32-ppc.c: Fix formatting.
* elf64-x86-64.c: Likewise.

23 years ago* getopt.h obstack.h: Standarize copyright statement.
DJ Delorie [Thu, 7 Dec 2000 02:06:09 +0000 (02:06 +0000)]
* getopt.h obstack.h: Standarize copyright statement.

23 years ago2000-12-06 Ulf Carlsson <ulfc@engr.sgi.com>
Ulf Carlsson [Thu, 7 Dec 2000 01:05:04 +0000 (01:05 +0000)]
2000-12-06  Ulf Carlsson  <ulfc@engr.sgi.com>

From  Ralf Baechle  <ralf@gnu.org>

* elf32-mips.c (elf32_mips_merge_private_bfd_data): Always permit
BFDs containing no sections or empty .text, .data or .bss sections
to be merged, regardless of their flags.

23 years ago2000-12-06 Kazu Hirata <kazu@hxi.com>
Kazu Hirata [Wed, 6 Dec 2000 18:59:48 +0000 (18:59 +0000)]
2000-12-06  Kazu Hirata  <kazu@hxi.com>

* elf32-m32r.c: Fix formatting.
* elf32-m68hc11.c: Likewise.
* elf32-m68hc12.c: Likewise.
* elf32-m68k.c: Likewise.
* elf32-mcore.c: Likewise.
* elf32-pj.c: Likewise.
* elf32-ppc.c: Likewise.

23 years ago* scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.
DJ Delorie [Wed, 6 Dec 2000 16:39:51 +0000 (16:39 +0000)]
* scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.
Set DWARF2 sections to a VMA of zero.

23 years agoFix T_SHORT macro conflict.
Alan Modra [Wed, 6 Dec 2000 02:40:55 +0000 (02:40 +0000)]
Fix T_SHORT macro conflict.

23 years ago* cp-demangle.c (cplus_demangle_v3): Check that it's a v3 mangled
DJ Delorie [Tue, 5 Dec 2000 19:08:13 +0000 (19:08 +0000)]
* cp-demangle.c (cplus_demangle_v3): Check that it's a v3 mangled
name before allocating the dyn_string.

23 years ago2000-12-05 Kazu Hirata <kazu@hxi.com>
Kazu Hirata [Tue, 5 Dec 2000 18:51:08 +0000 (18:51 +0000)]
2000-12-05  Kazu Hirata  <kazu@hxi.com>

* config/tc-mips.c: Fix formatting.

23 years agoAdd Jason Merrill as DWARF2 maintainer.
Nick Clifton [Tue, 5 Dec 2000 18:24:37 +0000 (18:24 +0000)]
Add Jason Merrill as DWARF2 maintainer.

23 years ago* cp-demangle.c: s/new_abi/v3/.
DJ Delorie [Tue, 5 Dec 2000 16:51:29 +0000 (16:51 +0000)]
* cp-demangle.c: s/new_abi/v3/.
* cplus-dem.c: Likewise.
(current_demangling_style): Now auto_demangling.
(cplus_demangle): Try v3 demangling if AUTO_DEMANGLING.
(main): Use standard symbol chars for auto_demangling.

23 years ago* demangle.h: Change "new_abi" to "v3" everywhere.
DJ Delorie [Tue, 5 Dec 2000 16:49:47 +0000 (16:49 +0000)]
* demangle.h: Change "new_abi" to "v3" everywhere.

23 years ago2000-12-05 Kazu Hirata <kazu@hxi.com>
Kazu Hirata [Tue, 5 Dec 2000 13:20:10 +0000 (13:20 +0000)]
2000-12-05  Kazu Hirata  <kazu@hxi.com>

* elf32-fr30.c: Fix formatting.
* elf32-hppa.c: Likewise.
* elf32-i370.c: Likewise.
* elf32-i386.c: Likewise.
* elf32-i860.c: Likewise.
* elf32-i960.c: Likewise.

23 years agoAdd outputting_stabs_line_debug varaible and D10v code to use it
Nick Clifton [Tue, 5 Dec 2000 00:56:09 +0000 (00:56 +0000)]
Add outputting_stabs_line_debug varaible and D10v code to use it

23 years ago * readelf.c (process_section_headers): Handle linkonce.wi sections.
Jason Merrill [Mon, 4 Dec 2000 16:34:44 +0000 (16:34 +0000)]
    * readelf.c (process_section_headers): Handle linkonce.wi sections.
        (display_debug_section): Likewise.
        (display_debug_info): Display CU header before bailing.