mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 11:00:01 +08:00
2003-11-24 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-alpha.c (s_alpha_end): Don't crash if there is no matching .ent.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2003-12-03 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* config/tc-alpha.c (s_alpha_end): Don't crash if there is no
|
||||||
|
matching .ent.
|
||||||
|
|
||||||
2003-12-04 Alan Modra <amodra@bigpond.net.au>
|
2003-12-04 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* tc.h (md_pcrel_from): Don't declare if defined as a macro.
|
* tc.h (md_pcrel_from): Don't declare if defined as a macro.
|
||||||
|
@ -4494,7 +4494,7 @@ s_alpha_end (dummy)
|
|||||||
as_warn (_(".end directive names different symbol than .ent"));
|
as_warn (_(".end directive names different symbol than .ent"));
|
||||||
|
|
||||||
/* Create an expression to calculate the size of the function. */
|
/* Create an expression to calculate the size of the function. */
|
||||||
if (sym)
|
if (sym && cur_frame_data)
|
||||||
{
|
{
|
||||||
OBJ_SYMFIELD_TYPE *obj = symbol_get_obj (sym);
|
OBJ_SYMFIELD_TYPE *obj = symbol_get_obj (sym);
|
||||||
expressionS *exp = xmalloc (sizeof (expressionS));
|
expressionS *exp = xmalloc (sizeof (expressionS));
|
||||||
|
Reference in New Issue
Block a user