mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-18 23:13:46 +00:00
* write.c (is_dnrange): Only define if TC_GENERIC_RELAX_TABLE is
defined.
This commit is contained in:
parent
84577ddeeb
commit
793f9558f8
@ -1,5 +1,8 @@
|
||||
Wed Jun 19 11:31:50 1996 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* write.c (is_dnrange): Only define if TC_GENERIC_RELAX_TABLE is
|
||||
defined.
|
||||
|
||||
* doc/as.texinfo: Document that any number of hex digits can
|
||||
follow \x.
|
||||
|
||||
|
@ -1797,6 +1797,7 @@ write_object_file ()
|
||||
*/
|
||||
|
||||
#ifndef md_relax_frag
|
||||
#ifdef TC_GENERIC_RELAX_TABLE
|
||||
|
||||
/* Subroutines of relax_segment. */
|
||||
static int
|
||||
@ -1810,6 +1811,7 @@ is_dnrange (f1, f2)
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif /* defined (TC_GENERIC_RELAX_TABLE) */
|
||||
#endif /* ! defined (md_relax_frag) */
|
||||
|
||||
/* Relax_align. Advance location counter to next address that has 'alignment'
|
||||
|
Loading…
x
Reference in New Issue
Block a user