aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-02-08Add handling for numbers with suffixed radix.Timothy Wall4-8/+47
2000-02-08changelog for elseif additionTimothy Wall1-0/+7
2000-02-08New elseif directive has been added.Timothy Wall5-0/+97
2000-02-08Reinstate the following lost patches:Jeff Law2-4/+18
Wed Dec 15 11:22:56 1999 Jeffrey A Law (law@cygnus.com) * hp-symtab.h (HP_LANGUAGE_FORTRAN): New enumeration constant. (HP_LANGUAGE_F77): Define using HP_LANGUAGE_FORTRAN. 1999-11-04 Jimmy Guo <guo@cup.hp.com> * hp-symtab.h (dntt_type_fparam): Add doc_ranges, misc_kind fields, change location type to CORE_ADDR from int. (dntt_type_const): Name the 5th field location_type.
2000-02-08 Clean up compiler warnings:Jim Kingdon16-28/+41
* bcache.h, bcache.c, c-valprint.c, coffread.c, stabsread.c, stack.c, valprint.c: Change variables to unsigned. * bcache.c: Rearrange to avoid warnings about variables not being set. * c-lang.c, ch-lang.c, f-lang.c, m2-lang.c: Include valprint.h rather than declaring print_max and repeat_count_threashold ourselves (incorrectly). * valprint.h: Do declare repeat_count_threashold. * ch-exp.c: Use default case for internal error. * findvar.c: Don't omit argument type. * symtab.c: Remove unused variable.
2000-02-082000-02-07 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda15-9082/+0
* gdb/config/i386/windows.mh, gdb/doc/GDBvn.texi, gdb/doc/remote.texi, gdb/testsuite/gdb.base/README, gdb/testsuite/gdb.base/crossload.exp, gdb/testsuite/gdb.base/i486-elf.u, gdb/testsuite/gdb.base/i860-elf.u, gdb/testsuite/gdb.base/m68k-aout.u, gdb/testsuite/gdb.base/m68k-aout2.u, gdb/testsuite/gdb.base/m68k-elf.u, gdb/testsuite/gdb.base/mips-ecoff.u, gdb/testsuite/gdb.base/sparc-aout.u, gdb/testsuite/gdb.base/sparc-elf.u, gdb/tui/Makefile, readline/ChangeLog: These files have been removed over the course of the last year, but weren't cvs removed from the old GDB repository on sourceware.
2000-02-072000-02-07 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1-2/+2
* ChangeLog: Whitespace change to check cvs logging mechanism.
2000-02-07Rename parse_disassembler_option (again)Nick Clifton2-5/+11
2000-02-072000-02-06 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1-1/+1
* ChangeLog: Another whitespace tweak test.
2000-02-072000-02-06 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1-3/+3
* ChangeLog: Whitespace change checkin to test new cvs logging mechanism.
2000-02-072000-02-06 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda3-5/+5
* ChangeLog: Whitespace change to test logging. * bfd/ChangeLog, dejagnu/ChangeLog, include/ChangeLog, tcl/ChangeLog: Same.
2000-02-072000-02-06 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda2-8/+8
* gdb/ChangeLog: Whitespace change to test cvs logging. * sim/ChangeLog: Ditto, but in a separate dir.
2000-02-07Apply patches to support Insight by hand from insight-2000-02-04 snapshot.Jason Molenda3-1/+51
2000-02-07import insight-2000-02-04 snapshot (2nd try)Jason Molenda15-0/+2040
2000-02-05import gdb-2000-02-04 snapshotJason Molenda54-8645/+9977
2000-02-04Fix typo in ALIGN_N usage.Timothy Wall2-2/+6
2000-02-04Remove conditionals causing a bug in listings.Timothy Wall2-14/+5
2000-02-03Apply H>J's patch to propogate changes made by Thomas de Lellis to arm.hNick Clifton2-19/+25
2000-02-03Add octets vs bytes functionality to LD.Timothy Wall3-51/+106
2000-02-03octets vs bytes changes for GASTimothy Wall8-43/+120
2000-02-03octets vs bytes changes for binutilsTimothy Wall6-102/+142
2000-02-03import gdb-2000-02-02 snapshotJason Molenda36-314/+6340
2000-02-02removed in 2000-02-01 snapshot.Jason Molenda2-604/+0
2000-02-02Fix bug in stabs filename encoding where backslashes are present.Timothy Wall2-2/+27
2000-02-02import gdb-2000-02-01 snapshotJason Molenda89-656/+1329
2000-02-01import gdb-2000-01-31 snapshotJason Molenda35-1201/+1622
2000-01-31Add ATPCS register naming supportNick Clifton5-33/+54
2000-01-31* config/obj-coff.h (OBJ_COPY_SYMBOL_ATTRIBUTES): Don't define ifGeoffrey Keating4-6/+31
already defined. * config/tc-ppc.h [OBJ_XCOFF] (OBJ_COPY_SYMBOL_ATTRIBUTES): New macro. * config/tc-ppc.c (ppc_fix_adjustable): Don't look at the frag of a symbol when we really care about its value.
2000-01-31Cathc unwanted text after instructionsNick Clifton2-7/+29
2000-01-28Fix date.Andreas Schwab1-1/+1
2000-01-28Rename parse_disassembler_option to parse_arm_disassembler_option and allow itNick Clifton2-1/+3
to be exported.
2000-01-28Add prototype for parse_arm_diassembler_optionNick Clifton2-0/+2
2000-01-28Apply patch from Thomas de Lellis to allow nm to distinguish between weakNick Clifton6-13/+86
function symbols and weak data symbols.
2000-01-27Add ATPCS support to ARM disassembler.Nick Clifton7-164/+207
Document ARM disassembler options.
2000-01-27Add support for documenting target specific disassembler optionsNick Clifton6-0/+24
2000-01-27Apply Thoams de Lellis's patch to fic disassembly of Thumb instructions whenNick Clifton8-33/+80
bounded by non-function labels.
2000-01-26Make copyright date lists comply with GNU requirementAlan Modra2-22/+23
2000-01-26Most of these changes are really only cosmetic. The readelf.c patchAlan Modra11-19/+56
fixes a thinko in get_dynamic_flags. I found at least one message string that included a `%' being passed to printf in the format argument.
2000-01-26This set of patches add support for aout emulation on the x86Alan Modra22-688/+1133
assembler. ie. You will be able to do "as --em=i386aout" on an x86 linux-elf assembler to generate aout format object files, rather than using a separate assembler. The aout emulation is enabled by giving "--enable-targets=i386-linuxaout" to configure. Oh yeah, there's a couple of fixes too. Error messages shouldn't be passed to printf in the format arg just in case someone puts a `%' in the message.
2000-01-26import gdb-2000-01-26 snapshotJason Molenda4-6/+22
2000-01-25Prevent double dumping of raw thumb instructions.Nick Clifton2-3/+7
2000-01-25* proc_api.c proc_events.c proc_flags.c proc_why.c: Removed inJason Molenda4-3002/+0
gdb-2000-01-24 snapshot.
2000-01-25import gdb-2000-01-24 snapshotJason Molenda18-87/+3419
2000-01-24Remove use of a GCC extension when allocating local arrays.Nick Clifton2-5/+31
2000-01-22To satisfy latest CVS gcc:Alan Modra15-38/+122
* emultempl/*.em (ld_emulation_xfer_struct): Add missing NULL initialisers, and comments. * testsuite/ld-srec/sr3.cc (__rethrow): New.
2000-01-21Fix gas x86 testsuite for a.outAlan Modra4-7/+13
2000-01-21Fix seeks and reads past the end of a BIMNick Clifton2-1/+23
2000-01-21fix typo in comment.Nick Clifton2-0/+5
2000-01-21gas/testsuite/ChangeLogAlan Modra8-187/+175
* gas/i386/general.{s,l}: Move 16 bit jmp and call tests from here * gas/i386/jump16.{s,d}: To here. * gas/i386/jump.{s,d}: New files. Duplicate 32 bit jmp and call tests in general.s so that objdump is exercised. * gas/i386/i386.exp: Call new tests.
2000-01-21Add 'add" as an offial alias for "addu"Nick Clifton2-0/+5