mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
* ChangeLog: Fix typos.
* ChangeLog-9295: Likewise. * as.c: Fix comment typos. * as.h: Likewise. * atof-generic.c: Likewise. * bit_fix.h: Likewise. * frags.h: Likewise. * hash.c: Likewise. * input-file.c: Likewise. * input-scrub.c: Likewise. * itbl-ops.c: Likewise. * itbl-parse.y: Likewise. * listing.c: Likewise. * macro.h: Likewise. * read.c: Likewise. * sb.c: Likewise. * sb.h: Likewise. * symbols.c: Likewise. * symbols.h: Likewise.
This commit is contained in:
@ -1,3 +1,25 @@
|
|||||||
|
2003-10-27 Kazu Hirata <kazu@cs.umass.edu>
|
||||||
|
|
||||||
|
* ChangeLog: Fix typos.
|
||||||
|
* ChangeLog-9295: Likewise.
|
||||||
|
* as.c: Fix comment typos.
|
||||||
|
* as.h: Likewise.
|
||||||
|
* atof-generic.c: Likewise.
|
||||||
|
* bit_fix.h: Likewise.
|
||||||
|
* frags.h: Likewise.
|
||||||
|
* hash.c: Likewise.
|
||||||
|
* input-file.c: Likewise.
|
||||||
|
* input-scrub.c: Likewise.
|
||||||
|
* itbl-ops.c: Likewise.
|
||||||
|
* itbl-parse.y: Likewise.
|
||||||
|
* listing.c: Likewise.
|
||||||
|
* macro.h: Likewise.
|
||||||
|
* read.c: Likewise.
|
||||||
|
* sb.c: Likewise.
|
||||||
|
* sb.h: Likewise.
|
||||||
|
* symbols.c: Likewise.
|
||||||
|
* symbols.h: Likewise.
|
||||||
|
|
||||||
2003-10-27 Stephane Carrez <stcarrez@nerim.fr>
|
2003-10-27 Stephane Carrez <stcarrez@nerim.fr>
|
||||||
|
|
||||||
* config/tc-m68hc11.c: Convert to ISO C90.
|
* config/tc-m68hc11.c: Convert to ISO C90.
|
||||||
@ -2419,7 +2441,7 @@
|
|||||||
operands.
|
operands.
|
||||||
(OPTION_MIPS32R2): New define.
|
(OPTION_MIPS32R2): New define.
|
||||||
(md_longopts): Add entry for OPTION_MIPS32R2.
|
(md_longopts): Add entry for OPTION_MIPS32R2.
|
||||||
(OPTION_ELF_BASE): Adjust to accomodate OPTIONS_MIPS32R2.
|
(OPTION_ELF_BASE): Adjust to accommodate OPTIONS_MIPS32R2.
|
||||||
(md_parse_option): Handle OPTION_MIPS32R2.
|
(md_parse_option): Handle OPTION_MIPS32R2.
|
||||||
(s_mipsset): Reimplement handling of ".set mipsN" options
|
(s_mipsset): Reimplement handling of ".set mipsN" options
|
||||||
and add support for ".set mips32r2".
|
and add support for ".set mips32r2".
|
||||||
@ -4999,7 +5021,7 @@ Thu Oct 10 14:31:30 2002 J"orn Rennecke <joern.rennecke@superh.com>
|
|||||||
types.
|
types.
|
||||||
(OPTION_MDMX, OPTION_NO_MDMX, md_longopts, md_parse_option):
|
(OPTION_MDMX, OPTION_NO_MDMX, md_longopts, md_parse_option):
|
||||||
Add support for "-mdmx" and "-no-mdmx" options.
|
Add support for "-mdmx" and "-no-mdmx" options.
|
||||||
(OPTION_ELF_BASE): Move to accomodate new options.
|
(OPTION_ELF_BASE): Move to accommodate new options.
|
||||||
(s_mipsset): Support ".set mdmx" and ".set nomdmx".
|
(s_mipsset): Support ".set mdmx" and ".set nomdmx".
|
||||||
(mips_elf_final_processing): Set MDMX ASE ELF header flag if
|
(mips_elf_final_processing): Set MDMX ASE ELF header flag if
|
||||||
file_ase_mdmx was set.
|
file_ase_mdmx was set.
|
||||||
@ -5638,7 +5660,7 @@ Thu Oct 10 14:31:30 2002 J"orn Rennecke <joern.rennecke@superh.com>
|
|||||||
mips_opts.ase_mips3d is set.
|
mips_opts.ase_mips3d is set.
|
||||||
(OPTION_MIPS3D, OPTION_NO_MIPS3D, md_longopts, md_parse_option):
|
(OPTION_MIPS3D, OPTION_NO_MIPS3D, md_longopts, md_parse_option):
|
||||||
Add support for "-mips3d" and "-no-mips3d" options.
|
Add support for "-mips3d" and "-no-mips3d" options.
|
||||||
(OPTION_ELF_BASE): Move to accomodate new options.
|
(OPTION_ELF_BASE): Move to accommodate new options.
|
||||||
(s_mipsset): Support ".set mips3d" and ".set nomips3d".
|
(s_mipsset): Support ".set mips3d" and ".set nomips3d".
|
||||||
(mips_elf_final_processing): Add a comment indicating that a
|
(mips_elf_final_processing): Add a comment indicating that a
|
||||||
MIPS-3D ASE ELF header flag should be set, when one exists.
|
MIPS-3D ASE ELF header flag should be set, when one exists.
|
||||||
|
@ -9003,7 +9003,7 @@ Thu Oct 14 16:51:00 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
|||||||
* app.c (do_scrub_next_char): Always accept 'x' and 'X' as escape
|
* app.c (do_scrub_next_char): Always accept 'x' and 'X' as escape
|
||||||
characters in state 6.
|
characters in state 6.
|
||||||
* read.c (next_char_of_string): Accept \Xh* and \xh* where h* are
|
* read.c (next_char_of_string): Accept \Xh* and \xh* where h* are
|
||||||
hexidecimal digits.
|
hexadecimal digits.
|
||||||
|
|
||||||
* config/tc-i386.c (md_apply_fix_1): Make cross segment calls work
|
* config/tc-i386.c (md_apply_fix_1): Make cross segment calls work
|
||||||
for ELF by hacking around bizarre bfd_perform_relocation behaviour
|
for ELF by hacking around bizarre bfd_perform_relocation behaviour
|
||||||
@ -13007,7 +13007,7 @@ Sat Feb 22 12:26:28 1992 Steve Chamberlain (sac at rtl.cygnus.com)
|
|||||||
* app.c: MRI compatibility - allow single quote to start a string.
|
* app.c: MRI compatibility - allow single quote to start a string.
|
||||||
* as.c: fix typo recently introduced.
|
* as.c: fix typo recently introduced.
|
||||||
* as.h : Don't include aout/reloc.h - it's not right for COFF!
|
* as.h : Don't include aout/reloc.h - it's not right for COFF!
|
||||||
* expr.c: Much rewriting, to accomodate MRI syntax for
|
* expr.c: Much rewriting, to accommodate MRI syntax for
|
||||||
expressions. Also easier to read now.
|
expressions. Also easier to read now.
|
||||||
* listing.c: Put back defuns
|
* listing.c: Put back defuns
|
||||||
* read.c: modified to accept MRI syntax, put back listing pseudo
|
* read.c: modified to accept MRI syntax, put back listing pseudo
|
||||||
|
2
gas/as.c
2
gas/as.c
@ -501,7 +501,7 @@ parse_args (int * pargc, char *** pargv)
|
|||||||
if (md_parse_option (optc, optarg) != 0)
|
if (md_parse_option (optc, optarg) != 0)
|
||||||
break;
|
break;
|
||||||
/* `-v' isn't included in the general short_opts list, so check for
|
/* `-v' isn't included in the general short_opts list, so check for
|
||||||
it explicity here before deciding we've gotten a bad argument. */
|
it explicitly here before deciding we've gotten a bad argument. */
|
||||||
if (optc == 'v')
|
if (optc == 'v')
|
||||||
{
|
{
|
||||||
#ifdef VMS
|
#ifdef VMS
|
||||||
|
2
gas/as.h
2
gas/as.h
@ -237,7 +237,7 @@ typedef addressT valueT;
|
|||||||
#ifdef TEST
|
#ifdef TEST
|
||||||
#define COMMON /* declare our COMMONs storage here. */
|
#define COMMON /* declare our COMMONs storage here. */
|
||||||
#else
|
#else
|
||||||
#define COMMON extern /* our commons live elswhere */
|
#define COMMON extern /* our commons live elsewhere */
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
/* COMMON now defined */
|
/* COMMON now defined */
|
||||||
|
@ -472,7 +472,7 @@ atof_generic (address_of_string_pointer,
|
|||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
* Compute the mantssa (& exponent) of the power of 10.
|
* Compute the mantssa (& exponent) of the power of 10.
|
||||||
* If sucessful, then multiply the power of 10 by the digits
|
* If successful, then multiply the power of 10 by the digits
|
||||||
* giving return_binary_mantissa and return_binary_exponent.
|
* giving return_binary_mantissa and return_binary_exponent.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
/* The bit_fix was implemented to support machines that need variables
|
/* The bit_fix was implemented to support machines that need variables
|
||||||
to be inserted in bitfields other than 1, 2 and 4 bytes.
|
to be inserted in bitfields other than 1, 2 and 4 bytes.
|
||||||
Furthermore it gives us a possibillity to mask in bits in the symbol
|
Furthermore it gives us a possibility to mask in bits in the symbol
|
||||||
when it's fixed in the objectcode and check the symbols limits.
|
when it's fixed in the objectcode and check the symbols limits.
|
||||||
|
|
||||||
The or-mask is used to set the huffman bits in displacements for the
|
The or-mask is used to set the huffman bits in displacements for the
|
||||||
|
@ -116,7 +116,7 @@ COMMON fragS bss_address_frag;
|
|||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
/* A macro to speed up appending exactly 1 char to current frag. */
|
/* A macro to speed up appending exactly 1 char to current frag. */
|
||||||
/* JF changed < 1 to <= 1 to avoid a race conditon. */
|
/* JF changed < 1 to <= 1 to avoid a race condition. */
|
||||||
#define FRAG_APPEND_1_CHAR(datum) \
|
#define FRAG_APPEND_1_CHAR(datum) \
|
||||||
{ \
|
{ \
|
||||||
if (obstack_room (&frags) <= 1) \
|
if (obstack_room (&frags) <= 1) \
|
||||||
|
@ -430,7 +430,7 @@ char answer[100];
|
|||||||
/* We test many hash tables at once. */
|
/* We test many hash tables at once. */
|
||||||
char *hashtable[TABLES];
|
char *hashtable[TABLES];
|
||||||
|
|
||||||
/* Points to curent hash_control. */
|
/* Points to current hash_control. */
|
||||||
char *h;
|
char *h;
|
||||||
char **pp;
|
char **pp;
|
||||||
char *p;
|
char *p;
|
||||||
|
@ -58,7 +58,7 @@ struct saved_file
|
|||||||
char * app_save;
|
char * app_save;
|
||||||
};
|
};
|
||||||
|
|
||||||
/* These hooks accomodate most operating systems. */
|
/* These hooks accommodate most operating systems. */
|
||||||
|
|
||||||
void
|
void
|
||||||
input_file_begin ()
|
input_file_begin ()
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
* were broken across buffers, and return a buffer of full lines to
|
* were broken across buffers, and return a buffer of full lines to
|
||||||
* the caller.
|
* the caller.
|
||||||
* The last partial line begins the next buffer we build and return to caller.
|
* The last partial line begins the next buffer we build and return to caller.
|
||||||
* The buffer returned to caller is preceeded by BEFORE_STRING and followed
|
* The buffer returned to caller is preceded by BEFORE_STRING and followed
|
||||||
* by AFTER_STRING, as sentinels. The last character before AFTER_STRING
|
* by AFTER_STRING, as sentinels. The last character before AFTER_STRING
|
||||||
* is a newline.
|
* is a newline.
|
||||||
* Also looks after line numbers, for e.g. error messages.
|
* Also looks after line numbers, for e.g. error messages.
|
||||||
|
@ -351,7 +351,7 @@ append_insns_as_macros (void)
|
|||||||
printf (_("Unable to allocate memory for new instructions\n"));
|
printf (_("Unable to allocate memory for new instructions\n"));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (size) /* copy prexisting opcodes table */
|
if (size) /* copy preexisting opcodes table */
|
||||||
memcpy (new_opcodes, ITBL_OPCODES, size);
|
memcpy (new_opcodes, ITBL_OPCODES, size);
|
||||||
|
|
||||||
/* FIXME! some NUMOPCODES are calculated expressions.
|
/* FIXME! some NUMOPCODES are calculated expressions.
|
||||||
@ -372,13 +372,13 @@ append_insns_as_macros (void)
|
|||||||
o->name = e->name;
|
o->name = e->name;
|
||||||
o->args = strdup (form_args (e));
|
o->args = strdup (form_args (e));
|
||||||
o->mask = apply_range (e->value, e->range);
|
o->mask = apply_range (e->value, e->range);
|
||||||
/* FIXME how to catch durring assembly? */
|
/* FIXME how to catch during assembly? */
|
||||||
/* mask to identify this insn */
|
/* mask to identify this insn */
|
||||||
o->match = apply_range (e->value, e->range);
|
o->match = apply_range (e->value, e->range);
|
||||||
o->pinfo = 0;
|
o->pinfo = 0;
|
||||||
|
|
||||||
#ifdef USE_MACROS
|
#ifdef USE_MACROS
|
||||||
o->mask = id++; /* FIXME how to catch durring assembly? */
|
o->mask = id++; /* FIXME how to catch during assembly? */
|
||||||
o->match = 0; /* for macros, the insn_isa number */
|
o->match = 0; /* for macros, the insn_isa number */
|
||||||
o->pinfo = INSN_MACRO;
|
o->pinfo = INSN_MACRO;
|
||||||
#endif
|
#endif
|
||||||
@ -616,7 +616,7 @@ itbl_disassemble (char *s, unsigned long insn)
|
|||||||
struct itbl_entry *r;
|
struct itbl_entry *r;
|
||||||
unsigned long value;
|
unsigned long value;
|
||||||
|
|
||||||
if (f == e->fields) /* First operand is preceeded by tab. */
|
if (f == e->fields) /* First operand is preceded by tab. */
|
||||||
strcat (s, "\t");
|
strcat (s, "\t");
|
||||||
else /* ','s separate following operands. */
|
else /* ','s separate following operands. */
|
||||||
strcat (s, ",");
|
strcat (s, ",");
|
||||||
|
@ -152,7 +152,7 @@ Here is the grammar for the coprocessor table:
|
|||||||
char -> any printable character
|
char -> any printable character
|
||||||
ltr -> ['a'..'z'|'A'..'Z']
|
ltr -> ['a'..'z'|'A'..'Z']
|
||||||
dec -> ['0'..'9']* ; value in decimal
|
dec -> ['0'..'9']* ; value in decimal
|
||||||
hex -> '0x'['0'..'9' | 'a'..'f' | 'A'..'F']* ; value in hexidecimal
|
hex -> '0x'['0'..'9' | 'a'..'f' | 'A'..'F']* ; value in hexadecimal
|
||||||
|
|
||||||
|
|
||||||
Examples
|
Examples
|
||||||
@ -239,7 +239,7 @@ was deleted from the original format such that we now count the fields.
|
|||||||
|
|
||||||
----
|
----
|
||||||
FIXME! should really change lexical analyzer
|
FIXME! should really change lexical analyzer
|
||||||
to recognize 'dreg' etc. in context sensative way.
|
to recognize 'dreg' etc. in context sensitive way.
|
||||||
Currently function names or mnemonics may be incorrectly parsed as keywords
|
Currently function names or mnemonics may be incorrectly parsed as keywords
|
||||||
|
|
||||||
FIXME! hex is ambiguous with any digit
|
FIXME! hex is ambiguous with any digit
|
||||||
|
@ -65,7 +65,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
|
|||||||
The function listing_newline remembers the frag associated with the
|
The function listing_newline remembers the frag associated with the
|
||||||
newline, and creates a new frag - note that this is wasteful, but not
|
newline, and creates a new frag - note that this is wasteful, but not
|
||||||
a big deal, since listing slows things down a lot anyway. The
|
a big deal, since listing slows things down a lot anyway. The
|
||||||
function also rememebers when the filename changes.
|
function also remembers when the filename changes.
|
||||||
|
|
||||||
When all the input has finished, and gas has had a chance to settle
|
When all the input has finished, and gas has had a chance to settle
|
||||||
down, the listing is output. This is done by running down the list of
|
down, the listing is output. This is done by running down the list of
|
||||||
@ -86,7 +86,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
|
|||||||
LISTING_LHS_WIDTH_SECOND Number of words for the data on the lhs
|
LISTING_LHS_WIDTH_SECOND Number of words for the data on the lhs
|
||||||
for the second line
|
for the second line
|
||||||
|
|
||||||
LISTING_LHS_CONT_LINES Max number of lines to use up for a continutation
|
LISTING_LHS_CONT_LINES Max number of lines to use up for a continuation
|
||||||
LISTING_RHS_WIDTH Number of chars from the input file to print
|
LISTING_RHS_WIDTH Number of chars from the input file to print
|
||||||
on a line
|
on a line
|
||||||
*/
|
*/
|
||||||
@ -127,7 +127,7 @@ typedef struct file_info_struct {
|
|||||||
int at_end;
|
int at_end;
|
||||||
} file_info_type;
|
} file_info_type;
|
||||||
|
|
||||||
/* This structure rememebrs which line from which file goes into which
|
/* This structure remembers which line from which file goes into which
|
||||||
frag. */
|
frag. */
|
||||||
struct list_info_struct {
|
struct list_info_struct {
|
||||||
/* Frag which this line of source is nearest to. */
|
/* Frag which this line of source is nearest to. */
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
list of formal arguments, and also keeps a hash table which points
|
list of formal arguments, and also keeps a hash table which points
|
||||||
into the list to speed up formal search. Each formal knows its
|
into the list to speed up formal search. Each formal knows its
|
||||||
name and its default value. Each time the macro is expanded, the
|
name and its default value. Each time the macro is expanded, the
|
||||||
formals get the actual values attatched to them. */
|
formals get the actual values attached to them. */
|
||||||
|
|
||||||
/* Describe the formal arguments to a macro. */
|
/* Describe the formal arguments to a macro. */
|
||||||
|
|
||||||
|
12
gas/read.c
12
gas/read.c
@ -32,7 +32,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
|
|||||||
grow when we do 4361 style flonums. */
|
grow when we do 4361 style flonums. */
|
||||||
#define MAXIMUM_NUMBER_OF_CHARS_FOR_FLOAT (16)
|
#define MAXIMUM_NUMBER_OF_CHARS_FOR_FLOAT (16)
|
||||||
|
|
||||||
/* Routines that read assembler source text to build spagetti in memory.
|
/* Routines that read assembler source text to build spaghetti in memory.
|
||||||
Another group of these functions is in the expr.c module. */
|
Another group of these functions is in the expr.c module. */
|
||||||
|
|
||||||
#include "as.h"
|
#include "as.h"
|
||||||
@ -623,7 +623,7 @@ read_a_source_file (name)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* We are at the begining of a line, or similar place.
|
/* We are at the beginning of a line, or similar place.
|
||||||
We expect a well-formed assembler statement.
|
We expect a well-formed assembler statement.
|
||||||
A "symbol-name:" is a statement.
|
A "symbol-name:" is a statement.
|
||||||
|
|
||||||
@ -982,7 +982,7 @@ read_a_source_file (name)
|
|||||||
/* The end of the #APP wasn't in this buffer. We
|
/* The end of the #APP wasn't in this buffer. We
|
||||||
keep reading in buffers until we find the #NO_APP
|
keep reading in buffers until we find the #NO_APP
|
||||||
that goes with this #APP There is one. The specs
|
that goes with this #APP There is one. The specs
|
||||||
guarentee it... */
|
guarantee it... */
|
||||||
tmp_len = buffer_limit - s;
|
tmp_len = buffer_limit - s;
|
||||||
tmp_buf = xmalloc (tmp_len + 1);
|
tmp_buf = xmalloc (tmp_len + 1);
|
||||||
memcpy (tmp_buf, s, tmp_len);
|
memcpy (tmp_buf, s, tmp_len);
|
||||||
@ -3800,7 +3800,7 @@ emit_expr (exp, nbytes)
|
|||||||
them in words, longs, etc. and we'll pack them in target byte order
|
them in words, longs, etc. and we'll pack them in target byte order
|
||||||
for you.
|
for you.
|
||||||
|
|
||||||
The rules are: pack least significat bit first, if a field doesn't
|
The rules are: pack least significant bit first, if a field doesn't
|
||||||
entirely fit, put it in the next unit. Overflowing the bitfield is
|
entirely fit, put it in the next unit. Overflowing the bitfield is
|
||||||
explicitly *not* even a warning. The bitwidth should be considered
|
explicitly *not* even a warning. The bitwidth should be considered
|
||||||
a "mask".
|
a "mask".
|
||||||
@ -4131,7 +4131,7 @@ hex_float (float_type, bytes)
|
|||||||
by 0d 0f 0g or 0h. After observing the STRANGE way my BSD AS does its
|
by 0d 0f 0g or 0h. After observing the STRANGE way my BSD AS does its
|
||||||
reading, I decided to be incompatible. This always tries to give you
|
reading, I decided to be incompatible. This always tries to give you
|
||||||
rounded bits to the precision of the pseudo-op. Former AS did premature
|
rounded bits to the precision of the pseudo-op. Former AS did premature
|
||||||
truncatation, restored noisy bits instead of trailing 0s AND gave you
|
truncation, restored noisy bits instead of trailing 0s AND gave you
|
||||||
a choice of 2 flavours of noise according to which of 2 floating-point
|
a choice of 2 flavours of noise according to which of 2 floating-point
|
||||||
scanners you directed AS to use.
|
scanners you directed AS to use.
|
||||||
|
|
||||||
@ -5344,7 +5344,7 @@ read_print_statistics (file)
|
|||||||
This call avoids macro/conditionals nesting checking, since the contents of
|
This call avoids macro/conditionals nesting checking, since the contents of
|
||||||
the line are assumed to replace the contents of a line already scanned.
|
the line are assumed to replace the contents of a line already scanned.
|
||||||
|
|
||||||
An appropriate use of this function would be substition of input lines when
|
An appropriate use of this function would be substitution of input lines when
|
||||||
called by md_start_line_hook(). The given line is assumed to already be
|
called by md_start_line_hook(). The given line is assumed to already be
|
||||||
properly scrubbed. */
|
properly scrubbed. */
|
||||||
|
|
||||||
|
2
gas/sb.c
2
gas/sb.c
@ -265,7 +265,7 @@ sb_skip_white (idx, ptr)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* start at the index idx into the sb at ptr. skips whitespace,
|
/* start at the index idx into the sb at ptr. skips whitespace,
|
||||||
a comma and any following whitespace. returnes the index of the
|
a comma and any following whitespace. returns the index of the
|
||||||
next character. */
|
next character. */
|
||||||
|
|
||||||
int
|
int
|
||||||
|
2
gas/sb.h
2
gas/sb.h
@ -44,7 +44,7 @@
|
|||||||
Obstacks provide all the functionality needed, but are too
|
Obstacks provide all the functionality needed, but are too
|
||||||
complicated, hence the sb.
|
complicated, hence the sb.
|
||||||
|
|
||||||
An sb is allocated by the caller, and is initialzed to point to an
|
An sb is allocated by the caller, and is initialized to point to an
|
||||||
sb_element. sb_elements are kept on a free lists, and used when
|
sb_element. sb_elements are kept on a free lists, and used when
|
||||||
needed, replaced onto the free list when unused.
|
needed, replaced onto the free list when unused.
|
||||||
*/
|
*/
|
||||||
|
@ -1464,7 +1464,7 @@ dollar_label_name (n, augend)
|
|||||||
return symbol_name_build;
|
return symbol_name_build;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Sombody else's idea of local labels. They are made by "n:" where n
|
/* Somebody else's idea of local labels. They are made by "n:" where n
|
||||||
is any decimal digit. Refer to them with
|
is any decimal digit. Refer to them with
|
||||||
"nb" for previous (backward) n:
|
"nb" for previous (backward) n:
|
||||||
or "nf" for next (forward) n:.
|
or "nf" for next (forward) n:.
|
||||||
|
@ -131,7 +131,7 @@ struct broken_word
|
|||||||
symbolS *sub;
|
symbolS *sub;
|
||||||
offsetT addnum;
|
offsetT addnum;
|
||||||
|
|
||||||
int added; /* nasty thing happend yet? */
|
int added; /* nasty thing happened yet? */
|
||||||
/* 1: added and has a long-jump */
|
/* 1: added and has a long-jump */
|
||||||
/* 2: added but uses someone elses long-jump */
|
/* 2: added but uses someone elses long-jump */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user