mirror of
https://github.com/bebbo/amigaos-binutils-2.14.git
synced 2025-12-08 22:38:24 +00:00
@R support newer asm directives
This commit is contained in:
@@ -7034,6 +7034,9 @@ md_parse_option (c, arg)
|
||||
{
|
||||
int i;
|
||||
|
||||
if (arg[0] == 'c' && arg[1] == 'p' && arg[2] == 'u' && arg[3] == '=')
|
||||
arg += 4;
|
||||
else
|
||||
if (arg[0] == 'c' && arg[1] == '6')
|
||||
arg++;
|
||||
|
||||
|
||||
@@ -239,8 +239,11 @@ static int get_line_sb PARAMS ((sb *));
|
||||
static void generate_file_debug PARAMS ((void));
|
||||
void ignore_rest_of_line (void);
|
||||
static void ignore_rest_of_line2 (int);
|
||||
<<<<<<< HEAD
|
||||
|
||||
|
||||
=======
|
||||
>>>>>>> 2b6e426... @R support newer asm directives
|
||||
|
||||
void
|
||||
read_begin ()
|
||||
|
||||
Reference in New Issue
Block a user