Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
	* config/tc-vax.c (md_chars_to_number): Used only locally, so
	make it static.
	* config/tc-vax.h (md_chars_to_number): Remove obsolete declaration.
  • Loading branch information
jbglaw committed Mar 18, 2006
1 parent bfdaf66 commit a49fcc1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 6 additions & 0 deletions gas/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2006-03-18 Jan-Benedict Glaw <jbglaw@lug-owl.de>

* config/tc-vax.c (md_chars_to_number): Used only locally, so
make it static.
* config/tc-vax.h (md_chars_to_number): Remove obsolete declaration.

2006-03-17 Paul Brook <paul@codesourcery.com>

* config/tc-arm.c (insns): Add ldm and stm.
Expand Down
2 changes: 1 addition & 1 deletion gas/config/tc-vax.c
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ md_apply_fix (fixS *fixP, valueT *valueP, segT seg ATTRIBUTE_UNUSED)
into host byte order.
con is the buffer to convert,
nbytes is the length of the given buffer. */
long
static long
md_chars_to_number (unsigned char con[], int nbytes)
{
long retval;
Expand Down
2 changes: 0 additions & 2 deletions gas/config/tc-vax.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@

#define md_operand(x)

long md_chars_to_number PARAMS ((unsigned char *, int));

extern const struct relax_type md_relax_table[];
#define TC_GENERIC_RELAX_TABLE md_relax_table

Expand Down

0 comments on commit a49fcc1

Please sign in to comment.