mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 18:10:46 +00:00
* m32r-rom.c (m32r_load_section): Update to match
bfd_map_over_sections's ``func'' arg.
This commit is contained in:
@@ -62,8 +62,9 @@ static char *download_path; /* user-settable path for SREC files */
|
||||
*/
|
||||
|
||||
static void
|
||||
m32r_load_section (bfd *abfd, asection *s, unsigned int *data_count)
|
||||
m32r_load_section (bfd *abfd, asection *s, void *obj)
|
||||
{
|
||||
unsigned int *data_count = obj;
|
||||
if (s->flags & SEC_LOAD)
|
||||
{
|
||||
bfd_size_type section_size = bfd_section_size (abfd, s);
|
||||
|
||||
Reference in New Issue
Block a user