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]

Re: fix some warnings in mn10300


> Okay to apply?
> 

>  {
> -  { "file", dwarf2_directive_file },
> -  { "loc", dwarf2_directive_loc },
> +  { "file",     dwarf2_directive_file,  0 },
> +  { "loc",      dwarf2_directive_loc,   0 },
>    { "am30",    set_arch_mach,          AM30 },
>    { "am33",    set_arch_mach,          AM33 },
>    { "mn10300", set_arch_mach,          MN103 },
> @@ -544,15 +544,15 @@ none yet\n"));

After I fix the whitespace alignment problem? ;)

-eric

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