projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1511dda
)
* netbsd-core.c (netbsd_core_file_p): Make `i' unsigned.
author
Ben Elliston
<bje@au.ibm.com>
Tue, 7 Dec 2004 10:53:44 +0000
(10:53 +0000)
committer
Ben Elliston
<bje@au.ibm.com>
Tue, 7 Dec 2004 10:53:44 +0000
(10:53 +0000)
bfd/ChangeLog
patch
|
blob
|
history
bfd/netbsd-core.c
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index 8e25f4fecc19947320c0fcefbc8e3292a14a962b..38e9a4391438959529aa785528612c26011c7a7d 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-1,3
+1,7
@@
+2004-12-07 Ben Elliston <bje@gnu.org>
+
+ * netbsd-core.c (netbsd_core_file_p): Make `i' unsigned.
+
2004-12-06 Daniel Jacobowitz <dan@debian.org>
Suggested by Fergal Daly <fergal@esatclear.ie>:
diff --git
a/bfd/netbsd-core.c
b/bfd/netbsd-core.c
index 6c43e9ebe0fd72cdaa5e1c6ae7bcc0af3cdb891a..001c80387444ae6c4ff98e2fc69b9ac1e18fcdfb 100644
(file)
--- a/
bfd/netbsd-core.c
+++ b/
bfd/netbsd-core.c
@@
-63,7
+63,8
@@
netbsd_core_file_p (abfd)
bfd *abfd;
{
- int i, val;
+ int val;
+ unsigned i;
file_ptr offset;
asection *asect;
struct core core;