aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-12-162000-12-15 Diego Novillo <dnovillo@redhat.com>Diego Novillo2-10/+59
* 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.
2000-12-16Add Diego Novillo.Nick Clifton2-0/+6
2000-12-152000-12-15 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni3-8/+16
* sh-tdep.c (sh_generic_show_regs, sh3_show_regs, sh3e_show_regs, sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs): SR_REGNUM is now part of gdbarch_tdep structure. (sh_gdbarch_init): Initialize SR_REGNUM. * config/sh/tm-sh.h (struct gdbarch_tdep): Add field SR_REGNUM.
2000-12-15whoops, remove conflict indicators!Elena Zannoni1-1/+0
2000-12-152000-12-15 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2-15/+38
* sh-tdep.c (sh_do_pseudo_register): Indent properly. Call do_dr_register_info() only for DR registers. (sh_sh4_register_name): Add comments with numbers. (_initialize_sh_tdep): Move assignment to disassemble printing function from here... (sh_gdbarch_init):...to here. Move some more general settings to before the architecture is recognized.
2000-12-15Move to the start of the program headers before attempting to read them.Nick Clifton2-0/+9
2000-12-15Multi-arch REGISTER_BYTES_OK.Andrew Cagney5-4/+80
2000-12-15vasprintf() -> xvasprintf()Andrew Cagney2-1/+5
2000-12-15Removed (tui and mi) directory prefixes from ChangeLog comments that IKevin Buettner2-5/+4
added in last commit.
2000-12-15Put mi and tui comments for free -> xfree change in proper ChangeLogs.Kevin Buettner3-5/+13
2000-12-15Applied solib-svr4.c changes for NetBSD from Matthew Green.Kevin Buettner2-0/+5
2000-12-15free -> xfree changesKevin Buettner1-0/+33
2000-12-15Replace free() with xfree().Kevin Buettner128-532/+545
2000-12-142000-12-14 Kazu Hirata <kazu@hxi.com>Kazu Hirata4-439/+453
* peigen.c: Fix formatting. * som.c: Likewise. * som.h: Likewise.
2000-12-14oops - omitted terminating #endifNick Clifton1-0/+1
2000-12-14If we don't have <limits.h>, try including <sys/param.h> if we have it.Nick Clifton2-1/+8
2000-12-14* configure.tgt (hppa*-*-bsd*, hppa*-*-osf*, m68*-*-sunos4*,J.T. Conklin2-5/+15
rs6000-*-lynxos*, sparc-*-sunos4*): Add gdbserver to configdirs.
2000-12-14Add myself as a "FreeBSD native & host" maintainer.David O'Brien1-1/+1
Approved by: Andrew Cagney <ac131313@cygnus.com> Message-ID: <3A383037.96AB4C62@cygnus.com>
2000-12-142000-12-13 Michael Chastain <chastain@redhat.com>Michael Chastain1-0/+4
* MAINTAINERS: Add Michael Chastain to Write After Approval list.
2000-12-14Added Michael Chastain with Write After Approval access.Michael Chastain1-0/+1
2000-12-142000-12-13 Kazu Hirata <kazu@hxi.com>Kazu Hirata6-53/+57
* as.h: Fix formatting. * cgen.h: Likewise. * dwarf2dbg.c: Likewise. * input-scrub.c: Likewise. * read.h: Likewise.
2000-12-132000-12-13 Ben Elliston <bje@redhat.com>Ben Elliston2-24/+53
* cgen.sh: Set prefix/PREFIX (append ISA if applicable). Factor sed expressions into $sedscript, substituting @prefix@/@PREFIX@. (defs): New action.
2000-12-132000-12-13 Kazu Hirata <kazu@hxi.com>Kazu Hirata2-176/+170
* peigen.c: Fix formatting.
2000-12-13* configure.in (i386-*-msdosdjgpp): Set bfd_gas to yes.DJ Delorie3-2/+7
configure: Regenerate.
2000-12-13* error message improvements for cgen assemblersFrank Ch. Eigler2-11/+19
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.
2000-12-13aadd conditionals around definition of INT_MAXNick Clifton1-0/+2
2000-12-13Adde dfinition if INT_MAX if limits.h is not includedNick Clifton1-0/+2
2000-12-13#include <limits.h> only if it exists.Nick Clifton2-2/+8
2000-12-13Revert the last beautification with "innocent" whitespace,Nick Clifton2-1/+7
it breaks the K&R C preprocessor.
2000-12-13Rodney Brown's CHECK_FIELD typo fixes.Alan Modra2-2/+7
2000-12-12Eliminate ia64 compiler warnings. Fix ia64 gas testsuite again.Jim Wilson15-1591/+1624
* 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.
2000-12-12Ignore sections with zero size.Nick Clifton2-1/+11
2000-12-12* ld.texinfo: Add notes about --whole-archive and gcc.DJ Delorie2-0/+10
2000-12-122000-12-12 Kazu Hirata <kazu@hxi.com>Kazu Hirata15-369/+383
* 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.
2000-12-122000-12-12 H.J. Lu <hjl@gnu.org>H.J. Lu4-2/+62
* 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.
2000-12-12Add EM_X86_64.Nick Clifton3-315/+329
2000-12-12In sim/common:Geoffrey Keating4-105/+117
* sim-endian.h: Don't have parameters on macro definitions which are simply renaming functions, to permit use of XCONCAT2 in both the macro name and the arguments in a use of such a definition. In sim/ppc: * sim-endian.h: Don't have parameters on macro definitions which are simply renaming functions, to permit use of XCONCAT2 in both the macro name and the arguments in a use of such a definition.
2000-12-12Add link option to allow undefiedn symbols in shared librariesNick Clifton10-235/+296
2000-12-12 * config/obj-bout.c (obj_crawl_symbol_chain): Don't takeGeoffrey Keating2-1/+6
the address of a function result.
2000-12-12* configure.in: Disable language-specific target libraries forAlexandre Oliva2-0/+54
languages that aren't enabled.
2000-12-12 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):Geoffrey Keating5-12/+12
.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.
2000-12-122000-12-12 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>Geoffrey Keating3-4/+21
* 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.
2000-12-12Remove spurious whitespaceNick Clifton1-1/+1
2000-12-12Fix formatting.Nick Clifton5-391/+413
2000-12-12Add el segundo testsNick Clifton4-25/+105
Fix formatting
2000-12-12Fix formattingNick Clifton6-47/+64
2000-12-12Fix formattingNick Clifton1-0/+6
2000-12-12Fix Formatting.Nick Clifton4-7/+14
2000-12-12Fix formatting.Nick Clifton6-50/+85
2000-12-12Update copyright datesNick Clifton1-1/+1