Age | Commit message (Expand) | Author | Files | Lines |
2008-01-07 | * config.sub, config.guess: Update from upstream sources. | Ben Elliston | 3 | -11/+18 |
2008-01-07 | * prdbg.c (print_vma): Print as long long, if host supports it. | Greg McGary | 2 | -1/+16 |
2008-01-07 | daily update | Alan Modra | 1 | -1/+1 |
2008-01-07 | * gdb.texinfo (C and C++): Add Decimal Floating Point format | Thiago Jung Bauermann | 2 | -0/+29 |
2008-01-07 | * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests | Thiago Jung Bauermann | 4 | -38/+230 |
2008-01-07 | * Makefile.in (dfp.o): Depend on expression.h, gdbtypes.h and value.h. | Thiago Jung Bauermann | 9 | -33/+510 |
2008-01-07 | PR binutils/5535 | Nick Clifton | 2 | -1/+8 |
2008-01-07 | bfd/ | H.J. Lu | 7 | -1197/+1239 |
2008-01-07 | Ignore change in name of dynamic linker during | Vladimir Prus | 4 | -2/+44 |
2008-01-07 | Report linker script errors with line numbers. Ignore OUTPUT_FORMAT | Ian Lance Taylor | 5 | -32/+62 |
2008-01-07 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2008-01-06 | daily update | Alan Modra | 1 | -1/+1 |
2008-01-06 | * win32-nat.c (win32_make_so): Use cygwin-style path to avoid warnings when | Christopher Faylor | 3 | -2/+7 |
2008-01-06 | Add support for -e and for ENTRY in linker scripts. | Ian Lance Taylor | 9 | -23/+137 |
2008-01-06 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2008-01-05 | daily update | Alan Modra | 1 | -1/+1 |
2008-01-05 | gdb/ | Pedro Alves | 4 | -3/+17 |
2008-01-05 | gas/ | H.J. Lu | 12 | -134/+335 |
2008-01-05 | gdb/ | Pedro Alves | 4 | -44/+63 |
2008-01-05 | * gdb.ada/packed_tagged/comp_bug.adb: New file. | Joel Brobecker | 3 | -0/+110 |
2008-01-05 | * ada-lang.c (ada_which_variant_applies): Correctly compute | Joel Brobecker | 2 | -7/+11 |
2008-01-05 | * gdbint.texinfo (Start of New Year Procedure): Add item | Joel Brobecker | 2 | -0/+12 |
2008-01-05 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2008-01-04 | daily update | Alan Modra | 1 | -1/+1 |
2008-01-04 | * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb, | Joel Brobecker | 5 | -0/+202 |
2008-01-04 | * ada-lang.c (is_name_suffix): Handle middle-name numeric suffixes | Joel Brobecker | 2 | -14/+24 |
2008-01-04 | * gdb.ada/packed_array.exp: Add testing of references to | Joel Brobecker | 2 | -0/+15 |
2008-01-04 | * ada-lang.c (decode_packed_array_type): Avoid a seg fault | Joel Brobecker | 3 | -6/+36 |
2008-01-04 | * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb: | Joel Brobecker | 4 | -0/+113 |
2008-01-04 | * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb, | Joel Brobecker | 5 | -0/+163 |
2008-01-04 | * ada-exp.y: Allow '{type} ADDRESS' notation on left of assignment. | Joel Brobecker | 2 | -1/+5 |
2008-01-04 | * ada-lang.c (ada_evaluate_subexp): Evaluate tagged types in | Joel Brobecker | 2 | -0/+14 |
2008-01-04 | 2008-01-04 H.J. Lu <hongjiu.lu@intel.com> | H.J. Lu | 2 | -1/+5 |
2008-01-04 | 2008-01-04 H.J. Lu <hongjiu.lu@intel.com> | H.J. Lu | 6 | -6/+15 |
2008-01-04 | gas/testsuite/ | H.J. Lu | 9 | -155/+229 |
2008-01-04 | * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb, | Joel Brobecker | 5 | -0/+151 |
2008-01-04 | * ada-exp.y (chop_separator): New function. | Joel Brobecker | 2 | -11/+104 |
2008-01-04 | * config/tc-ppc.c (parse_cpu): Preserve the settings of the | Nick Clifton | 6 | -6/+40 |
2008-01-04 | * dwarf.c (read_and_display_attr_value): Prefix values that are | Nick Clifton | 2 | -37/+92 |
2008-01-04 | Add -h/-soname option. | Ian Lance Taylor | 3 | -0/+21 |
2008-01-04 | Don't create the postprocessing buffer if it already exists. | Ian Lance Taylor | 1 | -1/+3 |
2008-01-04 | 2008-01-03 H.J. Lu <hongjiu.lu@intel.com> | H.J. Lu | 2 | -2/+8 |
2008-01-04 | gas/ | H.J. Lu | 12 | -1576/+1595 |
2008-01-04 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2008-01-03 | daily update | Alan Modra | 1 | -1/+1 |
2008-01-03 | * symtab.c (find_pc_sect_line): Use SYMBOL_VALUE_ADDRESS instead | Thiago Jung Bauermann | 2 | -2/+7 |
2008-01-03 | * config/tc-i386.c (process_drex): Initialize modrm_reg and | Jakub Jelinek | 2 | -3/+8 |
2008-01-03 | gas/ | H.J. Lu | 6 | -1891/+1901 |
2008-01-03 | * gdb.ada/print_pc.exp: New testcase. | Joel Brobecker | 2 | -0/+48 |
2008-01-03 | * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb, | Joel Brobecker | 1 | -0/+6 |