This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Various source cleanup/enhancements


Ok except for these.  Make sure they are capitals before checking in :)

-eric

> @@ -11565,7 +11736,7 @@ s_mips_weakext (ignore)
>      {
>        if (S_IS_DEFINED (symbolP))
>  	{
> -	  as_bad ("Ignoring attempt to redefine symbol `%s'.",
> +	  as_bad ("ignoring attempt to redefine symbol %s",
>  		  S_GET_NAME (symbolP));
>  	  ignore_rest_of_line ();
>  	  return;
> @@ -12640,7 +12811,7 @@ get_number ()
>        negative = 1;
>      }
>    if (!ISDIGIT (*input_line_pointer))
> -    as_bad (_("Expected simple number."));
> +    as_bad (_("expected simple number"));
>    if (input_line_pointer[0] == '0')
>      {
>        if (input_line_pointer[1] == 'x')
> @@ -12668,7 +12839,7 @@ get_number ()
>      {
>        printf (_(" *input_line_pointer == '%c' 0x%02x\n"),
>  	      *input_line_pointer, *input_line_pointer);
> -      as_warn (_("Invalid number"));
> +      as_warn (_("invalid number"));
>        return -1;
>      }
>    while (ISDIGIT (*input_line_pointer))
-- 
Fridays are not "pants optional"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]