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:
d9c93be
)
* subsegs.c (subseg_change): Move declaration of seginfo to before
author
Hans-Peter Nilsson
<hp@axis.com>
Thu, 11 Aug 2005 16:22:08 +0000
(16:22 +0000)
committer
Hans-Peter Nilsson
<hp@axis.com>
Thu, 11 Aug 2005 16:22:08 +0000
(16:22 +0000)
first statement.
gas/ChangeLog
patch
|
blob
|
history
gas/subsegs.c
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index c1baeed19bba35566f2fbbc84013cac855ff9621..0153d9e3590ba3d9e60d759ec303acd6bd5a5026 100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-1,3
+1,8
@@
+2005-08-11 Hans-Peter Nilsson <hp@axis.com>
+
+ * subsegs.c (subseg_change): Move declaration of seginfo to before
+ first statement.
+
2005-08-11 Alan Modra <amodra@bigpond.net.au>
* README-vms: Delete.
diff --git
a/gas/subsegs.c
b/gas/subsegs.c
index b1cb8e4bc8def12415aa790aeb710f1ae9cf1d89..e0f721cd287d93e196f2e825ec8f10e5b6a58e84 100644
(file)
--- a/
gas/subsegs.c
+++ b/
gas/subsegs.c
@@
-75,9
+75,9
@@
subsegs_begin (void)
void
subseg_change (register segT seg, register int subseg)
{
+ segment_info_type *seginfo;
now_seg = seg;
now_subseg = subseg;
- segment_info_type *seginfo;
if (now_seg == absolute_section)
return;