summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2001-03-13 Fernando Nasser <fnasser@redhat.com>Fernando Nasser2001-03-132-2/+7
| | | | | From Steven Johnson <sjohnson@neurizon.net> * cli/cli-script.c (define_command): Fix setting of post hooks.
* * i386-linux-tdep.c: Fix formatting and clarify comments.Mark Kettenis2001-03-132-15/+20
| | | | | (i386_linux_svr4_fetch_link_map_offsets): Use NULL instead of 0 where appropriate.
* fix typosNick Clifton2001-03-131-0/+6
|
* * elf32-sh.c (sh_elf_relocate_section): Only relocationDJ Delorie2001-03-132-5/+43
| | | | | R_SH_DIR8WP* relocs if they're against external symbols, else they're just for relaxing. Validate the reloc values.
* * gnu-nat.c: Include "gdb_assert.h" instead of <assert.h>.Andrew Cagney2001-03-132-7/+17
| | | | | | | | | (proc_update_sc): Use gdb_assert instead of assert. (proc_abort): Ditto. (inf_set_step_thread): Ditto. (gnu_wait): Ditto. (S_exception_raise_request): Ditto. (gnu_terminal_init_inferior): Ditto.
* Add --binary-architecture switch to objcopy to allow the output architectureNick Clifton2001-03-132-0/+17
| | | | to be set when the input file type is binary.
* file config.status was initially added on branch binutils-2_11-branch.Phil Blundell2001-03-120-0/+0
|
* file config.h was initially added on branch binutils-2_11-branch.Phil Blundell2001-03-120-0/+0
|
* file stamp-h was initially added on branch binutils-2_11-branch.Phil Blundell2001-03-120-0/+0
|
* 2001-03-11 Philip Blundell <philb@gnu.org>Phil Blundell2001-03-112-0/+12
| | | | | * elf32-arm.h (elf32_arm_finish_dynamic_symbol): Don't make PLT entries that could serve as a definition for a weak symbol.
* 2001-03-10 Martin Hunt <hunt@redhat.com>Martin Hunt2001-03-101-0/+1
| | | | * generic/gdbtk-cmds.c: Include linespec.h.
* merge from gccDJ Delorie2001-03-105-6/+113
|
* Cleanup solib-svr4.c by moving legacy code out to its own file.Kevin Buettner2001-03-1040-140/+294
|
* Committed.Kevin Buettner2001-03-102-10/+30
|
* Move Philip Blundell to Write After Approval list.Andrew Cagney2001-03-092-1/+5
|
* * MAINTAINERS: Add myself to write after approval list.Keith Seitz2001-03-092-0/+5
|
* * i387-tdep.c (print_i387_status_word): Fix printing of StackMark Kettenis2001-03-092-1/+6
| | | | fault flag. It is bit 6 of the x87 FPU status word, not bit 7.
* Obsolete harris 88k target.Andrew Cagney2001-03-098-171/+181
|
* Delete make rules for obsolete files.Andrew Cagney2001-03-092-18/+4
|
* * gdb.base/annota1.exp: Move test of isnative to earlier in theDavid Taylor2001-03-086-16/+37
| | | | | | | | | | | | | | | | file -- to prevent failing when the compile fails but we have no intention of running the tests anyway. * gdb.base/long_long.exp: Test target_info for no_long_long, skip tests if set. * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte integers. * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true. * gdb.c++/namespace.exp: Ditto. Fix PR gdb/16.
* Update copyright noticesNick Clifton2001-03-08272-384/+511
|
* Add comment (part of immediately previous commit).David Taylor2001-03-081-0/+5
|
* * stack.c (parse_frame_specification): For one argument case,David Taylor2001-03-082-2/+16
| | | | | | handle the situation where the argument is an integer, not an address -- arguably the most common case. This matters on targets where pointers and addresses are different.
* * TODO: Revise 5.1 list. Delete PARAMS task. Add coding standardAndrew Cagney2001-03-082-103/+150
| | | | | review. Clarify GNU/LINUX/sparc. Move other tasks to 5.2 or general.
* * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.Alexandre Oliva2001-03-082-3/+7
|
* Doco SID + GDB + Solaris 8 broken.Andrew Cagney2001-03-082-28/+21
|
* Conditionalize prevbious pathc on ! defined OLD_ARM_ABI.Nick Clifton2001-03-072-1/+7
|
* Remove reference to alloca-conf.hMichael Meissner2001-03-072-2/+4
|
* 2001-03-07 Orjan Friberg <orjanf@axis.com>Orjan Friberg2001-03-071-0/+5
| | | | | * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes. * gdb.base/pointers.exp: Relax pattern match of decimals.
* 2001-02-26 Orjan Friberg <orjanf@axis.com>Orjan Friberg2001-03-072-2/+2
| | | | | * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes. * gdb.base/pointers.exp: Relax pattern match of decimals.
* * defs.h: Provide prototypes for floatformat_is_negative,Mark Kettenis2001-03-074-78/+149
| | | | | | | | | | | | | floatformat_is_nan and floatformat_mantissa. * utils.c: Include "gdb_assert.h". (floatformat_is_negative): New function. (floatformat_is_nan): New function. (floatformat_mantissa): New function. * valprint.c: Include "floatformat.h". (print_floating): Get rid of the Linux-specific TARGET_ANALYZE_FLOATING macro and rewrite NaN detection with the help these new functions. Print NaN's in a format conforming to ISO C99.
* 2001-03-07 Andreas Jaeger <aj@suse.de>Andreas Jaeger2001-03-072-1/+40
| | | | | * elf64-x86-64.c (elf64_x86_64_relocate_section): Fix handling of some relocation values.
* * top.c (init_main): Make `set history file name' complete on fileEli Zaretskii2001-03-072-5/+11
| | | | names.
* * Makefile.in (LINTFLAGS): Update to contain all of the macrosJ.T. Conklin2001-03-071-0/+6
| | | | | | | which define include paths used when compiling. * util.c (savestring, msavestring): Change type of length argument. * defs.h (savestring, msavestring): Update to match.
* Remove local change that wasn't supposed to be committed.J.T. Conklin2001-03-071-3/+0
|
* 2001-03-06 J.T. Conklin <jtc@redback.com>jimb_gnu_v3_branchpointJ.T. Conklin2001-03-0728-38/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * symtab.h (decode_line_1): Removed declaration. * symfile.c (#include <assert.h>): Removed. * arch-utils.c (#include <ctype.h>): Removed. * c-typeprint.c: Likewise. * dbxread.c: Likewise. * gdbtypes.c: Likewise. * target.c: Likewise. * os9kread.c: Likewise. * c-valprint.c (#include "demangle.h"): Removed. * ch-typeprint.c: Likewise. * eval.c: Likewise. * f-typeprint.c: Likewise. * f-valprint.c: Likewise. * m2-typeprint.c: Likewise. * typeprint.c: Likewise. * p-typeprint.c: Likewise. * valarith.c: Likewise. * valprint.c: Likewise. * m2-typeprint.c (#include "gdb_string.h"): Removed. * nlmread.c: Likewise. * mdebugread.c (#include "gdb-stabs.h"): Removed. * minsyms.c: Likewise. * mipsread.c: Likewise. * nlmread.c: Likewise. * m2-typeprint.c (#include "obstack.h"): Removed. * m2-valprint.c: Likewise. * event-loop.c (#include <setjmp.h>): Removed.
* Fix BLX(1) for ThumbNick Clifton2001-03-067-32/+92
|
* Add BFD_RELOC_THUMB_PCREL_BLX.Nick Clifton2001-03-062-0/+6
|
* Rest of the changes for Coldfire V4.Nick Clifton2001-03-066-28/+80
|
* est of the changes for Coldfire V4Nick Clifton2001-03-063-26/+53
|
* * MAINTAINERS: Remove self from specific maintenance domainsStan Shebs2001-03-062-6/+7
| | | | (macos, gdbserver, documentation, testsuite).
* merge from gccDJ Delorie2001-03-0613-347/+183
|
* Update/correct copyright notices.Kevin Buettner2001-03-06839-893/+1523
|
* Fix whitespace problem in my most recent entry.Kevin Buettner2001-03-061-1/+1
|
* Configury changes for AIX5/IA-64.Kevin Buettner2001-03-067-139/+344
|
* Reverted revision 1.2.Michael Chastain2001-03-051-23/+1
|
* Revert revisions 1.81, 1.82, 1.83, 1.84, and 1.85.Michael Chastain2001-03-051-173/+6
|
* Revert revision 1.2.Michael Chastain2001-03-052-3/+3
|
* * TODO (GDB 5.1 Known Problems): Document z8k as broken.Andrew Cagney2001-03-052-0/+16
|
* merge from gccDJ Delorie2001-03-052-1/+5
|