public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Re: Fix warnings in gas/config/tc-s390.c
@ 2001-08-27  1:09 Martin Schwidefsky
  0 siblings, 0 replies; 3+ messages in thread
From: Martin Schwidefsky @ 2001-08-27  1:09 UTC (permalink / raw)
  To: Andreas Jaeger; +Cc: binutils

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 391 bytes --]

Hi Andreas,

>Ok to commit?
>
>Andreas
>
>2001-08-25  Andreas Jaeger  <aj@suse.de>
>
>    * config/tc-s390.c: Add missing prototypes
>    (md_gather_operands): Make static.

looks good to me.

blue skies,
   Martin

Linux/390 Design & Development, IBM Deutschland Entwicklung GmbH
Schönaicherstr. 220, D-71032 Böblingen, Telefon: 49 - (0)7031 - 16-2247
E-Mail: schwidefsky@de.ibm.com


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Fix warnings in gas/config/tc-s390.c
  2001-08-25  8:42 Andreas Jaeger
@ 2001-08-26  4:25 ` Nick Clifton
  0 siblings, 0 replies; 3+ messages in thread
From: Nick Clifton @ 2001-08-26  4:25 UTC (permalink / raw)
  To: Andreas Jaeger; +Cc: binutils

Hi Andreas,

> 2001-08-25  Andreas Jaeger  <aj@suse.de>
> 
> 	* config/tc-s390.c: Add missing prototypes
> 	(md_gather_operands): Make static.

Approved.

Cheers
        Nick

PS.  Thanks for all these patches.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Fix warnings in gas/config/tc-s390.c
@ 2001-08-25  8:42 Andreas Jaeger
  2001-08-26  4:25 ` Nick Clifton
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Jaeger @ 2001-08-25  8:42 UTC (permalink / raw)
  To: binutils

Ok to commit?

Andreas

2001-08-25  Andreas Jaeger  <aj@suse.de>

	* config/tc-s390.c: Add missing prototypes
	(md_gather_operands): Make static.

============================================================
Index: gas/config/tc-s390.c
--- gas/config/tc-s390.c	2001/08/13 08:03:52	1.7
+++ gas/config/tc-s390.c	2001/08/25 15:34:48
@@ -198,6 +198,16 @@
 
 #define REG_NAME_CNT (sizeof (pre_defined_registers) / sizeof (struct pd_reg))
 
+static int reg_name_search
+  PARAMS ((const struct pd_reg *, int, const char *));
+static boolean register_name PARAMS ((expressionS *));
+static void init_default_arch PARAMS ((void));
+static void s390_insert_operand
+  PARAMS ((unsigned char *, const struct s390_operand *, offsetT, char *,
+	   unsigned int));
+static char *md_gather_operands
+  PARAMS ((char *, unsigned char *, const struct s390_opcode *));
+
 /* Given NAME, find the register number associated with that name, return
    the integer value associated with the given name or -1 on failure.  */
 
@@ -593,6 +603,12 @@
     elf_suffix_type suffix;
   };
 
+static elf_suffix_type s390_elf_suffix PARAMS ((char **, expressionS *));
+static int s390_exp_compare PARAMS ((expressionS *exp1, expressionS *exp2));
+static elf_suffix_type s390_lit_suffix
+  PARAMS ((char **, expressionS *, elf_suffix_type));
+
+
 /* Parse @got/@plt/@gotoff. and return the desired relocation.  */
 static elf_suffix_type
 s390_elf_suffix (str_p, exp_p)
@@ -974,7 +990,7 @@
 
 /* This routine is called for each instruction to be assembled.  */
 
-char *
+static char *
 md_gather_operands (str, insn, opcode)
      char *str;
      unsigned char *insn;

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-08-27  1:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-27  1:09 Fix warnings in gas/config/tc-s390.c Martin Schwidefsky
  -- strict thread matches above, loose matches on Subject: below --
2001-08-25  8:42 Andreas Jaeger
2001-08-26  4:25 ` Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).