Fix formatting.
This commit is contained in:
parent
49a8c92ca3
commit
fb1a9f35e1
|
@ -338,9 +338,9 @@ Fri Apr 27 14:02:24 2001 Christopher Faylor <cgf@cygnus.com>
|
||||||
|
|
||||||
Wed Apr 25 15:07:37 2001 Christopher Faylor <cgf@cygnus.com>
|
Wed Apr 25 15:07:37 2001 Christopher Faylor <cgf@cygnus.com>
|
||||||
|
|
||||||
* sigproc.h [sigthread]: Add exception field. [sigframe::~sigframe]:
|
* sigproc.h [sigthread]: Add exception field.
|
||||||
Clear exception field. [sigframe::set]: Set exception field from
|
[sigframe::~sigframe]: Clear exception field.
|
||||||
caller.
|
[sigframe::set]: Set exception field from caller.
|
||||||
* sigproc.cc (sig_send): Set exception field when frame pointer is
|
* sigproc.cc (sig_send): Set exception field when frame pointer is
|
||||||
passed in.
|
passed in.
|
||||||
* exceptions.cc (interrupt_on_return): Always treat exception as
|
* exceptions.cc (interrupt_on_return): Always treat exception as
|
||||||
|
@ -1417,7 +1417,7 @@ Mon Mar 5 01:25:03 2001 Christopher Faylor <cgf@cygnus.com>
|
||||||
* dcrt0.cc (dll_crt0_1): Set _check_for_executable for older binaries.
|
* dcrt0.cc (dll_crt0_1): Set _check_for_executable for older binaries.
|
||||||
Pass user_data to premain functions.
|
Pass user_data to premain functions.
|
||||||
* fhandler.cc (fhandler_disk_file::open): Only check for executable if
|
* fhandler.cc (fhandler_disk_file::open): Only check for executable if
|
||||||
the linked program is intereested in the executable bit.
|
the linked program is interested in the executable bit.
|
||||||
(fhandler_disk_file::check_execable_p): Delete.
|
(fhandler_disk_file::check_execable_p): Delete.
|
||||||
* fhandler.h (executable_states): New enumeration of various states of
|
* fhandler.h (executable_states): New enumeration of various states of
|
||||||
executable bit caring.
|
executable bit caring.
|
||||||
|
|
Loading…
Reference in New Issue