• R/O
  • HTTP
  • SSH
  • HTTPS

sourceware: List of commits

Yet another clone of sourceware.org.


RSS
Rev. Time Author
dce8c71 2011-03-05 22:31:40 hjl

Revert the last change.

a8b8637 2011-03-05 22:31:23 ironhead

2011-03-04 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>

* include/winbase.h (__MINGW_EXTENSION): Define.
(OVERLAPPED): Add __MINGW_EXTENSION around nameless union /
struct to correct issue with -std=c99.

ffa4670 2011-03-05 21:45:26 brobecke

fix make clean doesn't run in gdbserver/common

011-03-05 Yao Qi <yao@codesourcery.com>
* Makefile.in (CLEANDIRS, REQUIRED_SUBDIRS): New variable.
(subdir_do): New make target. Copied from gdb/Makefile.
(maintainer-clean, realclean, distclean, clean): Call corresponding
make targets in common/Makefile.

d04b11d 2011-03-05 20:16:35 hjl

Set x86_cie_data_alignment to -4 for x32.

gas/

2011-03-04 H.J. Lu <hongjiu.lu@intel.com>

* config/tc-i386.c (x86_cie_stack_alignment): New.
(md_begin): Set x86_cie_data_alignment if it isn't set. Set
x86_cie_stack_alignment.
(i386_target_format): Set x86_cie_data_alignment to -4 for x32.
(tc_x86_frame_initial_instructions): Use x86_cie_stack_alignment
instead of x86_cie_data_alignment on SP and RA.

gas/testsuite/

2011-03-04 H.J. Lu <hongjiu.lu@intel.com>

* gas/i386/ilp32/cfi/cfi-x86_64.d: Updated.

4f51dac 2011-03-05 19:12:05 msnyder

2011-03-04 Michael Snyder <msnyder@vmware.com>

* linux-fork.c (inferior_call_waitptid): Fix copy/paste error.

1b54539 2011-03-05 18:52:40 msnyder

2011-03-04 Michael Snyder <msnyder@vmware.com>

* symfile.c (simple_overlay_update): Check for null return value
from lookup_minimal_symbol.

4c7f4de 2011-03-05 18:21:08 msnyder

2011-03-04 Michael Snyder <msnyder@vmware.com>

* gdbserver/server.c (queue_stop_reply): Call xmalloc not malloc.

f0cdd45 2011-03-05 18:00:33 gdbadmin

*** empty log message ***

01508a8 2011-03-05 17:44:01 hjl

Report plugin symbols for --verbose=N.

2011-03-04 H.J. Lu <hongjiu.lu@intel.com>

* ld.texinfo: Document --verbose[=NUMBER].

* lexsup.c (ld_options): Update --verbose.
(parse_args): Set report_plugin_symbols.

* plugin.c (report_plugin_symbols): New.
(get_symbols): Report plugin symbols if report_plugin_symbols
is TRUE.

* plugin.h (report_plugin_symbols): New.

c3ef65d 2011-03-05 17:00:17 amodra

daily update

e26c0c7 2011-03-05 15:55:42 msnyder

2011-03-04 Michael Snyder <msnyder@vmware.com>

* xml-syscall.c (syscall_start_syscall): Assert name is non null.

cd65563 2011-03-05 14:07:21 bauermann

* eval.c (parse_and_eval_address_1): Remove function.
* linespec.c (decode_indirect): Call parse_to_comma_and_eval
instead of parse_and_eval_address_1.
* value.h (parse_and_eval_address_1): Remove prototype.

06b18ca 2011-03-05 14:02:50 msnyder

2011-03-04 Michael Snyder <msnyder@vmware.com>

* remote.c (putpkt_binary): Document that case stmt falls through.

716cbb5 2011-03-05 14:00:34 bauermann

* breakpointc (print_it_typical): Move NULL check from here...
(print_bp_stop_message): ... to here.

4b7a08e 2011-03-05 13:57:30 msnyder

2011-03-04 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>

* breakpoint.c (enable_command): Use break instead of continue,
and fill in a missing break.
(disable_command): Ditto.

68a07bf 2011-03-05 13:23:42 uweigand

* inflow.c (terminal_init_inferior_with_pgrp): Copy ttystate.
(terminal_save_ours): Remove misleading comment.
(inflow_inferior_data_cleanup): Free ttystate.
(inflow_inferior_exit): Likewise.
(copy_terminal_info): Copy ttystate.

* serial.c (serial_copy_tty_state): New function.
* serial.h (serial_copy_tty_state): Add prototype.
(struct serial_ops): Add copy_tty_state callback.
* ser-base.c (ser_base_copy_tty_state): New function.
* ser-base.h (ser_base_copy_tty_state): Add prototype.
* ser-go32.c (dos_copy_tty_state): New function.
(dos_ops): Install copy_tty_state callback.
* ser-mingw.c (_initialize_ser_windows): Likewise.
* ser-pipe.c (_initialize_ser_pipe): Likewise.
* ser-unix.c (hardwire_copy_tty_state): New function.
(_initialize_ser_hardwire): Install it.

69fc428 2011-03-05 12:58:21 msnyder

2011-03-04 Michael Snyder <msnyder@vmware.com>

* breakpoint.c (create_breakpoint): Add missing break statement.

9e71ae3 2011-03-05 12:31:22 msnyder

2011-03-04 Michael Snyder <msnyder@vmware.com>

Reverting this patch:
* infcall.c (call_function_by_hand): Add break statements for lint.

02a3167 2011-03-05 12:25:32 msnyder

2011-03-04 Michael Snyder <msnyder@vmware.com>

* cplus-dem.c (ada_demangle): Stop memory leak.
Also fix a one line indent problem.

e81faac 2011-03-05 12:20:39 msnyder

2011-03-04 Michael Snyder <msnyder@vmware.com>

Reverting this patch:
* cli/cli-script.c (script_from_file): Add break for lint.

c2cf980 2011-03-05 12:12:47 msnyder

2011-03-04 Michael Snyder <msnyder@vmware.com>

* bind.c (rl_function_dumper): Free allocated memory.

cafc325 2011-03-05 12:02:49 msnyder

2011-03-04 Michael Snyder <msnyder@vmware.com>

* solib.c (reload_shared_libraries_1): Close memory leak.

b0d40ef 2011-03-05 11:51:41 corinna

* fhandler_procsys.cc (fhandler_procsys::exists): Rewrite.
(fhandler_procsys::fill_filebuf): Fill buffer with valid string even if
reading the symlink fails.

e0e643c 2011-03-05 00:31:54 qiyao

2011-03-04 Yao Qi <yao@codesourcery.com>

* Makefile.in: Remove GNU make feature --directory.

ff0b4ad 2011-03-04 22:21:33 spop

Adjust test of with_ppl.

2011-03-03 Sebastian Pop <sebastian.pop@amd.com>

* configure.ac: Adjust test of with_ppl.
* configure: Regenerated.

457280e 2011-03-04 19:43:23 amodra

* archive.c (bsd_write_armap): Don't call stat in deterministic
mode, and don't use st_mtime if stat returns error.

be89b19 2011-03-04 18:38:29 msnyder

2011-03-03 Michael Snyder <msnyder@vmware.com>

* elf64-x86-64.c (elf_x86_64_relocate_section): Remove dead code.

c58c3ea 2011-03-04 18:00:32 gdbadmin

*** empty log message ***

3264cc4 2011-03-04 17:49:21 msnyder

2011-03-03 Michael Snyder <msnyder@vmware.com>

* coff-x86_64.c (coff_amd64_rtype_to_howto): Fencepost error.

f846c9d 2011-03-04 17:47:21 msnyder

2011-03-03 Michael Snyder <msnyder@vmware.com>

* aoutx.h (aout_final_link): Use sizeof int not sizeof int*.
(aout_link_write_other_symbol): Missing break statement.

Show on old repository browser