diff options
Diffstat (limited to 'sim/ppc/hw_init.c')
-rw-r--r-- | sim/ppc/hw_init.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/ppc/hw_init.c b/sim/ppc/hw_init.c index 253ef7c..1ac5434 100644 --- a/sim/ppc/hw_init.c +++ b/sim/ppc/hw_init.c @@ -1,6 +1,6 @@ /* This file is part of the program psim. - Copyright 1994, 1997, 2003 Andrew Cagney + Copyright 1994, 1997, 2003, 2004 Andrew Cagney This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -329,7 +329,7 @@ update_for_binary_section(bfd *abfd, return; /* check/ignore any sections of size zero */ - section_size = bfd_get_section_size_before_reloc(the_section); + section_size = bfd_get_section_size (the_section); if (section_size == 0) return; |