forked from KolibriOS/kolibrios
binutils: remove debug messages
git-svn-id: svn://kolibrios.org@5211 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
a9061d0700
commit
ceacb6fe9a
@ -399,8 +399,6 @@ ldfile_open_file (lang_input_statement_type *entry)
|
||||
if (entry->the_bfd != NULL)
|
||||
return;
|
||||
|
||||
printf("%s %s\n", __FUNCTION__, entry->filename);
|
||||
|
||||
if (! entry->flags.search_dirs)
|
||||
{
|
||||
if (ldfile_try_open_bfd (entry->filename, entry))
|
||||
|
@ -184,23 +184,11 @@ ld_bfd_assert_handler (const char *fmt, const char *bfdver,
|
||||
config.make_executable = FALSE;
|
||||
}
|
||||
|
||||
static inline void set_cwd(const char* cwd)
|
||||
{
|
||||
__asm__ __volatile__(
|
||||
"int $0x40"
|
||||
::"a"(30),"b"(1),"c"(cwd));
|
||||
};
|
||||
|
||||
|
||||
int
|
||||
main (int argc, char **argv)
|
||||
{
|
||||
char *emulation;
|
||||
long start_time = get_run_time ();
|
||||
|
||||
set_cwd("/kolibrios/contrib/toolchain/binutils/ld");
|
||||
|
||||
|
||||
#ifdef HAVE_SBRK
|
||||
char *start_sbrk = (char *) sbrk (0);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user