mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
* config/tc-mips.c (mips_gprel_offset): New variable.
(s_gpvalue): Use it.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2002-05-30 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
|
||||
|
||||
* config/tc-mips.c (mips_gprel_offset): New variable.
|
||||
(s_gpvalue): Use it.
|
||||
|
||||
2002-05-30 Diego Novillo <dnovillo@redhat.com>
|
||||
|
||||
* gas/config/tc-d10v.c (check_resource_conflict): Only check
|
||||
|
@ -423,6 +423,7 @@ static offsetT mips_cprestore_offset = -1;
|
||||
static offsetT mips_cpreturn_offset = -1;
|
||||
static int mips_cpreturn_register = -1;
|
||||
static int mips_gp_register = GP;
|
||||
static int mips_gprel_offset = 0;
|
||||
|
||||
/* Whether mips_cprestore_offset has been set in the current function
|
||||
(or whether it has already been warned about, if not). */
|
||||
@ -11786,7 +11787,7 @@ s_gpvalue (ignore)
|
||||
return;
|
||||
}
|
||||
|
||||
mips_cpreturn_offset = get_absolute_expression ();
|
||||
mips_gprel_offset = get_absolute_expression ();
|
||||
|
||||
demand_empty_rest_of_line ();
|
||||
}
|
||||
|
Reference in New Issue
Block a user