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:
526eeb9
)
Declare BSIZE as static
author
Nick Clifton
<nickc@redhat.com>
Mon, 27 Aug 2001 08:52:50 +0000
(08:52 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Mon, 27 Aug 2001 08:52:50 +0000
(08:52 +0000)
ld/ChangeLog
patch
|
blob
|
history
ld/ldmain.c
patch
|
blob
|
history
diff --git
a/ld/ChangeLog
b/ld/ChangeLog
index c29a986074e783019c10611374359df6c5e93394..c59911efdf8b31cf17c242f631674a2edee1591b 100644
(file)
--- a/
ld/ChangeLog
+++ b/
ld/ChangeLog
@@
-1,3
+1,7
@@
+2001-08-27 Nick Clifton <nickc@cambridge.redhat.com>
+
+ * ldmain.c (main): Declare BSIZE as static.
+
2001-08-23 Jakub Jelinek <jakub@redhat.com>
* emultempl/elf32.em (place_orphan): Place orphan .rel* sections
diff --git
a/ld/ldmain.c
b/ld/ldmain.c
index b7114f9e63dcd0c3ee62a058ad8597c2d85aed75..f419499a1ffa4c80a925e44c31be23e66680d700 100644
(file)
--- a/
ld/ldmain.c
+++ b/
ld/ldmain.c
@@
-325,7
+325,7
@@
main (argc, argv)
if (saved_script_handle)
{
- const int BSIZE = 8192;
+
static
const int BSIZE = 8192;
size_t n;
char *buf = xmalloc (BSIZE);