2004-07-01 Michael Snyder <msnyder@redhat.com>

* win32-nat.c (core_dll_symbols_add): Re-indent a small section
        that seems to have gotten whacked out of line.
This commit is contained in:
Michael Snyder 2004-07-01 21:34:02 +00:00
parent 67bebe794b
commit 6780dcde86
3 changed files with 110 additions and 105 deletions

View File

@ -1,3 +1,8 @@
2004-07-01 Michael Snyder <msnyder@redhat.com>
* win32-nat.c (core_dll_symbols_add): Re-indent a small section
that seems to have gotten whacked out of line.
2004-07-01 Mark Kettenis <kettenis@gnu.org> 2004-07-01 Mark Kettenis <kettenis@gnu.org>
* dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead

View File

@ -2272,17 +2272,17 @@ core_dll_symbols_add (char *dll_name, DWORD base_addr)
out: out:
return 1; return 1;
} }
typedef struct typedef struct
{ {
struct target_ops *target; struct target_ops *target;
bfd_vma addr; bfd_vma addr;
} map_code_section_args; } map_code_section_args;
static void static void
map_single_dll_code_section (bfd * abfd, asection * sect, void *obj) map_single_dll_code_section (bfd * abfd, asection * sect, void *obj)
{ {
int old; int old;
int update_coreops; int update_coreops;
struct section_table *new_target_sect_ptr; struct section_table *new_target_sect_ptr;
@ -2322,10 +2322,10 @@ core_dll_symbols_add (char *dll_name, DWORD base_addr)
new_target_sect_ptr->the_bfd_section = sect; new_target_sect_ptr->the_bfd_section = sect;
new_target_sect_ptr->bfd = abfd; new_target_sect_ptr->bfd = abfd;
} }
} }
static int static int
dll_code_sections_add (const char *dll_name, int base_addr, struct target_ops *target) dll_code_sections_add (const char *dll_name, int base_addr, struct target_ops *target)
{ {
bfd *dll_bfd; bfd *dll_bfd;
map_code_section_args map_args; map_code_section_args map_args;

View File

@ -2272,17 +2272,17 @@ core_dll_symbols_add (char *dll_name, DWORD base_addr)
out: out:
return 1; return 1;
} }
typedef struct typedef struct
{ {
struct target_ops *target; struct target_ops *target;
bfd_vma addr; bfd_vma addr;
} map_code_section_args; } map_code_section_args;
static void static void
map_single_dll_code_section (bfd * abfd, asection * sect, void *obj) map_single_dll_code_section (bfd * abfd, asection * sect, void *obj)
{ {
int old; int old;
int update_coreops; int update_coreops;
struct section_table *new_target_sect_ptr; struct section_table *new_target_sect_ptr;
@ -2322,10 +2322,10 @@ core_dll_symbols_add (char *dll_name, DWORD base_addr)
new_target_sect_ptr->the_bfd_section = sect; new_target_sect_ptr->the_bfd_section = sect;
new_target_sect_ptr->bfd = abfd; new_target_sect_ptr->bfd = abfd;
} }
} }
static int static int
dll_code_sections_add (const char *dll_name, int base_addr, struct target_ops *target) dll_code_sections_add (const char *dll_name, int base_addr, struct target_ops *target)
{ {
bfd *dll_bfd; bfd *dll_bfd;
map_code_section_args map_args; map_code_section_args map_args;