Age | Commit message (Expand) | Author | Files | Lines |
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 |
2008-01-03 | * ada-lang.c (resolve_subexp): Add handling of OP_REGISTER | Joel Brobecker | 2 | -0/+6 |
2008-01-03 | * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb, | Joel Brobecker | 4 | -0/+129 |
2008-01-03 | * dwarf2read.c (read_enumeration_type): Flag type as stub if | Joel Brobecker | 2 | -0/+8 |
2008-01-03 | * gdb.ada/array_bounds/bar.adb: New file. | Joel Brobecker | 3 | -0/+90 |
2008-01-03 | * ada-lang.c (ada_array_bound_from_type): Make non-static. | Joel Brobecker | 2 | -11/+24 |
2008-01-03 | * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb, | Joel Brobecker | 5 | -0/+121 |
2008-01-03 | * ada-lang.c (static_unwrap_type): Add forward declaration. | Joel Brobecker | 3 | -4/+34 |
2008-01-03 | * ada-lang.c (ada_value_struct_elt, to_fixed_array_type) | Joel Brobecker | 4 | -23/+49 |
2008-01-03 | * doublest.c (convert_floatformat_to_doublest): Call | Luis Machado | 2 | -8/+16 |
2008-01-03 | 2008-01-03 Nick Hudson <nick.hudson@dsl.pipex.com> | Nick Hudson | 2 | -0/+5 |
2008-01-03 | gas/testsuite/ | H.J. Lu | 16 | -1475/+1576 |
2008-01-03 | Add a missing ','. | H.J. Lu | 1 | -1/+1 |
2008-01-03 | * gdb.base/set-lang-auto.exp: New testcase. | Joel Brobecker | 2 | -0/+74 |
2008-01-03 | * symfile.c (set_initial_language): Make non-static. | Joel Brobecker | 4 | -4/+16 |
2008-01-03 | * gdb.ada/fun_addr/foo.adb: New file. | Joel Brobecker | 3 | -0/+68 |
2008-01-03 | * eval.c (evaluate_subexp_for_address): Provide frame address to | Joel Brobecker | 2 | -1/+8 |
2008-01-03 | gas/testsuite/ | H.J. Lu | 7 | -9/+39 |
2008-01-03 | Fix a typo. | H.J. Lu | 1 | -1/+1 |
2008-01-03 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2008-01-02 | 2008-01-02 H.J. Lu <hongjiu.lu@intel.com> | H.J. Lu | 2 | -1/+5 |
2008-01-02 | Add cast to avoid signed/unsigned warning. | Ian Lance Taylor | 1 | -2/+5 |
2008-01-02 | 2008-01-02 H.J. Lu <hongjiu.lu@intel.com> | H.J. Lu | 4 | -13/+20 |
2008-01-02 | Reduce the number of system calls. Use readv instead of pread. Do | Ian Lance Taylor | 12 | -120/+404 |
2008-01-02 | daily update | Alan Modra | 1 | -1/+1 |
2008-01-02 | gas/ | H.J. Lu | 14 | -2041/+2184 |
2008-01-02 | Move 2007 ChangeLog entries to ChangeLog-2007. | H.J. Lu | 12 | -11703/+11751 |
2008-01-02 | * gas/mips/jalr.s: New test. | Catherine Moore | 6 | -1/+34 |
2008-01-02 | * linux-nat.c (linux_child_follow_fork): Call also CHECK_FOR_THREAD_DB. | Jan Kratochvil | 5 | -0/+109 |
2008-01-02 | * array_subscript_addr/p.adb: New file. | Joel Brobecker | 3 | -0/+79 |
2008-01-02 | * ada-lang.c (ada_evaluate_subexp): Modify the value returned | Joel Brobecker | 2 | -3/+11 |
2008-01-02 | * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb: | Joel Brobecker | 4 | -0/+96 |
2008-01-02 | * ada-lang.c (ada_value_equal): Dereference reference types when | Joel Brobecker | 2 | -0/+10 |