mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-28 14:30:48 +00:00
* gdb.threads/schedlock.c (args): Make unsigned.
This commit is contained in:
parent
3d4a853f67
commit
322b3f65ca
@ -1,3 +1,17 @@
|
||||
2002-10-22 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* gdb.threads/schedlock.c (args): Make unsigned.
|
||||
|
||||
2002-10-21 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
|
||||
numbers. Allow "foo2|selected stack frame".
|
||||
* gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
|
||||
* gdb.asm/asmsrc2.s: Likewise.
|
||||
* gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
|
||||
comments.
|
||||
* gdb.asm/mips.inc: New file.
|
||||
|
||||
2002-10-18 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* gdb.base/default.exp: Update expected output to include 'ObjC'.
|
||||
|
@ -7,7 +7,7 @@ void *thread_function(void *arg); /* Pointer to function executed by each thread
|
||||
|
||||
#define NUM 5
|
||||
|
||||
int args[NUM+1];
|
||||
unsigned int args[NUM+1];
|
||||
|
||||
int main() {
|
||||
int res;
|
||||
|
Loading…
Reference in New Issue
Block a user