summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * safe-ctype.c: #include "ansidecl.h".DJ Delorie2000-12-174-1/+12
| | | | | * strtod.c: Likewise. * strtoul.c: Include safe-ctype.h, not ctype.h.
* * i386gnu-nat.c: Include "gdb_assert.h" instead of <assert.h>.Andrew Cagney2000-12-172-2/+7
| | | | (gnu_store_registers): Replace assert with gdb_assert.
* Regenerate filesNick Clifton2000-12-168-780/+842
|
* 2000-12-15 Diego Novillo <dnovillo@redhat.com>Diego Novillo2000-12-162-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.
* Add Diego Novillo.Nick Clifton2000-12-162-0/+6
|
* 2000-12-15 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2000-12-153-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.
* whoops, remove conflict indicators!Elena Zannoni2000-12-151-1/+0
|
* 2000-12-15 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2000-12-152-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.
* Move to the start of the program headers before attempting to read them.Nick Clifton2000-12-152-0/+9
|
* Multi-arch REGISTER_BYTES_OK.Andrew Cagney2000-12-155-4/+80
|
* vasprintf() -> xvasprintf()Andrew Cagney2000-12-152-1/+5
|
* Removed (tui and mi) directory prefixes from ChangeLog comments that IKevin Buettner2000-12-152-5/+4
| | | | added in last commit.
* Put mi and tui comments for free -> xfree change in proper ChangeLogs.Kevin Buettner2000-12-153-5/+13
|
* Applied solib-svr4.c changes for NetBSD from Matthew Green.Kevin Buettner2000-12-152-0/+5
|
* free -> xfree changesKevin Buettner2000-12-151-0/+33
|
* Replace free() with xfree().Kevin Buettner2000-12-15128-532/+545
|
* 2000-12-14 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-12-144-439/+453
| | | | | | * peigen.c: Fix formatting. * som.c: Likewise. * som.h: Likewise.
* oops - omitted terminating #endifNick Clifton2000-12-141-0/+1
|
* If we don't have <limits.h>, try including <sys/param.h> if we have it.Nick Clifton2000-12-142-1/+8
|
* * configure.tgt (hppa*-*-bsd*, hppa*-*-osf*, m68*-*-sunos4*,J.T. Conklin2000-12-142-5/+15
| | | | rs6000-*-lynxos*, sparc-*-sunos4*): Add gdbserver to configdirs.
* Add myself as a "FreeBSD native & host" maintainer.David O'Brien2000-12-141-1/+1
| | | | | Approved by: Andrew Cagney <ac131313@cygnus.com> Message-ID: <3A383037.96AB4C62@cygnus.com>
* 2000-12-13 Michael Chastain <chastain@redhat.com>Michael Chastain2000-12-141-0/+4
| | | | * MAINTAINERS: Add Michael Chastain to Write After Approval list.
* Added Michael Chastain with Write After Approval access.Michael Chastain2000-12-141-0/+1
|
* 2000-12-13 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-12-146-53/+57
| | | | | | | | * as.h: Fix formatting. * cgen.h: Likewise. * dwarf2dbg.c: Likewise. * input-scrub.c: Likewise. * read.h: Likewise.
* 2000-12-13 Ben Elliston <bje@redhat.com>Ben Elliston2000-12-132-24/+53
| | | | | | * cgen.sh: Set prefix/PREFIX (append ISA if applicable). Factor sed expressions into $sedscript, substituting @prefix@/@PREFIX@. (defs): New action.
* 2000-12-13 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-12-132-176/+170
| | | | * peigen.c: Fix formatting.
* * configure.in (i386-*-msdosdjgpp): Set bfd_gas to yes.DJ Delorie2000-12-133-2/+7
| | | | configure: Regenerate.
* * error message improvements for cgen assemblersFrank Ch. Eigler2000-12-132-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.
* aadd conditionals around definition of INT_MAXNick Clifton2000-12-131-0/+2
|
* Adde dfinition if INT_MAX if limits.h is not includedNick Clifton2000-12-131-0/+2
|
* #include <limits.h> only if it exists.Nick Clifton2000-12-132-2/+8
|
* Revert the last beautification with "innocent" whitespace,Nick Clifton2000-12-132-1/+7
| | | | it breaks the K&R C preprocessor.
* Rodney Brown's CHECK_FIELD typo fixes.Alan Modra2000-12-132-2/+7
|
* Eliminate ia64 compiler warnings. Fix ia64 gas testsuite again.Jim Wilson2000-12-1215-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.
* Ignore sections with zero size.Nick Clifton2000-12-122-1/+11
|
* * ld.texinfo: Add notes about --whole-archive and gcc.DJ Delorie2000-12-122-0/+10
|
* 2000-12-12 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-12-1215-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-12 H.J. Lu <hjl@gnu.org>H.J. Lu2000-12-124-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.
* Add EM_X86_64.Nick Clifton2000-12-123-315/+329
|
* In sim/common:Geoffrey Keating2000-12-124-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.
* Add link option to allow undefiedn symbols in shared librariesNick Clifton2000-12-1210-235/+296
|
* * config/obj-bout.c (obj_crawl_symbol_chain): Don't takeGeoffrey Keating2000-12-122-1/+6
| | | | the address of a function result.
* * configure.in: Disable language-specific target libraries forAlexandre Oliva2000-12-122-0/+54
| | | | languages that aren't enabled.
* * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):Geoffrey Keating2000-12-125-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-12 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>Geoffrey Keating2000-12-123-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.
* Remove spurious whitespaceNick Clifton2000-12-121-1/+1
|
* Fix formatting.Nick Clifton2000-12-125-391/+413
|
* Add el segundo testsNick Clifton2000-12-124-25/+105
| | | | Fix formatting
* Fix formattingNick Clifton2000-12-126-47/+64
|
* Fix formattingNick Clifton2000-12-121-0/+6
|