2001-02-20 Kazu Hirata <kazu@hxi.com>

* tc-pdp11.c: Fix formatting.
	* tc-pdp11.h: Likewise.
This commit is contained in:
Kazu Hirata 2001-02-21 00:04:47 +00:00
parent 0579d647a6
commit 5cd4edbed2
3 changed files with 21 additions and 17 deletions

View File

@ -1,3 +1,8 @@
2001-02-20 Kazu Hirata <kazu@hxi.com>
* tc-pdp11.c: Fix formatting.
* tc-pdp11.h: Likewise.
2001-02-20 Bo Thorsen <bo@suse.de>
* config/tc-i386.c (tc_i386_fix_adjustable): Fix GOTPCREL GOT

View File

@ -73,7 +73,7 @@ int asm_option[ASM_OPT_NUM];
another comment */
CONST char comment_chars[] = "#/";
/* These chars only start a comment at the beginning of a line. */
/* These chars only start a comment at the beginning of a line. */
CONST char line_comment_chars[] = "#/";
CONST char line_separator_chars[] = ";";
@ -96,7 +96,6 @@ CONST pseudo_typeS md_pseudo_table[] =
{ 0, 0, 0 },
};
static void
init_defaults ()
{
@ -165,7 +164,7 @@ md_number_to_chars (con, value, nbytes)
/* Fix up some data or instructions after we find out the value of a symbol
that they reference. */
int /* Knows about order of bytes in address. */
int /* Knows about order of bytes in address. */
md_apply_fix (fixP, value)
fixS *fixP;
valueT *value;
@ -211,8 +210,8 @@ md_apply_fix (fixP, value)
long
md_chars_to_number (con, nbytes)
unsigned char con[]; /* Low order byte 1st. */
int nbytes; /* Number of bytes in the input. */
unsigned char con[]; /* Low order byte 1st. */
int nbytes; /* Number of bytes in the input. */
{
/* On a PDP-11, 0x1234 is stored as "\x12\x34", and
* 0x12345678 is stored as "\x56\x78\x12\x34". It's
@ -1140,7 +1139,7 @@ set_machine_model (arg)
strcmp (arg, "94") == 0)
return set_cpu_model ("j11") && /* J11 */
set_option ("fpp"); /* All J11 machines come */
/* with FPP installed. */
/* with FPP installed. */
else
return 0;
}

View File

@ -16,7 +16,7 @@
You should have received a copy of the GNU General Public License
along with GAS; see the file COPYING. If not, write to the Free
Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
02111-1307, USA. */
#define TC_PDP11 1