mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
* subsegs.c (subseg_change): Move declaration of seginfo to before
first statement.
This commit is contained in:
parent
d9c93bef20
commit
4924bf8fd0
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user