diff options
| author | Roland McGrath <[email protected]> | 2008-04-01 02:30:05 +0000 |
|---|---|---|
| committer | Roland McGrath <[email protected]> | 2008-04-01 02:30:05 +0000 |
| commit | 13b69609bcd5638e6194d940855fea3dd0519605 (patch) | |
| tree | ffaa63b3cd050285d68ebc6c437c012edb59ddf9 /libebl/Makefile.am | |
| parent | d11f9cbecac4a5ac3848a68597028d1924f3ff6b (diff) | |
backends/
* sparc_symbol.c (sparc_symbol_type_name): New function.
(sparc_dynamic_tag_name): New function.
(sparc_dynamic_tag_check): New function.
* sparc_init.c (sparc_init): Initialize those hooks.
libebl/
* ebldynamictagname.c (ebl_dynamic_tag_name): Use hex for unknown tag.
Diffstat (limited to 'libebl/Makefile.am')
| -rw-r--r-- | libebl/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libebl/Makefile.am b/libebl/Makefile.am index 1e36b334..0d06a859 100644 --- a/libebl/Makefile.am +++ b/libebl/Makefile.am @@ -58,7 +58,8 @@ gen_SOURCES = eblopenbackend.c eblclosebackend.c eblstrtab.c \ eblelfclass.c eblelfdata.c eblelfmachine.c \ ebl_check_special_symbol.c eblbsspltp.c eblretval.c \ eblreginfo.c eblnonerelocp.c eblrelativerelocp.c \ - eblsysvhashentrysize.c eblauxvinfo.c eblcheckobjattr.c + eblsysvhashentrysize.c eblauxvinfo.c eblcheckobjattr.c \ + ebl_check_special_section.c libebl_a_SOURCES = $(gen_SOURCES) |
