forked from Imagelibrary/binutils-gdb
2003-09-14 Andrew Cagney <cagney@redhat.com>
* alpha-nat.c: Remove some occurances of "register". * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto. * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto. * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto. * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto. * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto. * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto. * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto. * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto. * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto. * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto. * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto. * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto. * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto. * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto. * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto. * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto. * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto. * solib.c, somread.c, source.c, sparc-tdep.c: Ditto. * stabsread.c, stack.c, standalone.c, symfile.c: Ditto. * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto. * typeprint.c, utils.c, valarith.c, valops.c: Ditto. * values.c, vax-tdep.c, xcoffread.c: Ditto.
This commit is contained in:
@@ -599,8 +599,8 @@ prim_record_minimal_symbol_and_info (const char *name, CORE_ADDR address,
|
||||
asection *bfd_section,
|
||||
struct objfile *objfile)
|
||||
{
|
||||
register struct msym_bunch *new;
|
||||
register struct minimal_symbol *msymbol;
|
||||
struct msym_bunch *new;
|
||||
struct minimal_symbol *msymbol;
|
||||
|
||||
if (ms_type == mst_file_text)
|
||||
{
|
||||
@@ -661,8 +661,8 @@ prim_record_minimal_symbol_and_info (const char *name, CORE_ADDR address,
|
||||
static int
|
||||
compare_minimal_symbols (const void *fn1p, const void *fn2p)
|
||||
{
|
||||
register const struct minimal_symbol *fn1;
|
||||
register const struct minimal_symbol *fn2;
|
||||
const struct minimal_symbol *fn1;
|
||||
const struct minimal_symbol *fn2;
|
||||
|
||||
fn1 = (const struct minimal_symbol *) fn1p;
|
||||
fn2 = (const struct minimal_symbol *) fn2p;
|
||||
@@ -703,7 +703,7 @@ compare_minimal_symbols (const void *fn1p, const void *fn2p)
|
||||
static void
|
||||
do_discard_minimal_symbols_cleanup (void *arg)
|
||||
{
|
||||
register struct msym_bunch *next;
|
||||
struct msym_bunch *next;
|
||||
|
||||
while (msym_bunch != NULL)
|
||||
{
|
||||
@@ -847,12 +847,12 @@ build_minimal_symbol_hash_tables (struct objfile *objfile)
|
||||
void
|
||||
install_minimal_symbols (struct objfile *objfile)
|
||||
{
|
||||
register int bindex;
|
||||
register int mcount;
|
||||
register struct msym_bunch *bunch;
|
||||
register struct minimal_symbol *msymbols;
|
||||
int bindex;
|
||||
int mcount;
|
||||
struct msym_bunch *bunch;
|
||||
struct minimal_symbol *msymbols;
|
||||
int alloc_count;
|
||||
register char leading_char;
|
||||
char leading_char;
|
||||
|
||||
if (msym_count > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user