Subversion Repositories Kolibri OS

Rev

Rev 5199 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5199 Rev 5211
Line 182... Line 182...
182
{
182
{
183
  (*default_bfd_assert_handler) (fmt, bfdver, file, line);
183
  (*default_bfd_assert_handler) (fmt, bfdver, file, line);
184
  config.make_executable = FALSE;
184
  config.make_executable = FALSE;
185
}
185
}
Line 186... Line -...
186
 
-
 
187
static inline void set_cwd(const char* cwd)
-
 
188
{
-
 
189
    __asm__ __volatile__(
-
 
190
    "int $0x40"
-
 
191
    ::"a"(30),"b"(1),"c"(cwd));
-
 
192
};
-
 
193
 
-
 
194
 
186
 
195
int
187
int
196
main (int argc, char **argv)
188
main (int argc, char **argv)
197
{
189
{
198
  char *emulation;
190
  char *emulation;
199
  long start_time = get_run_time ();
-
 
200
 
-
 
201
  set_cwd("/kolibrios/contrib/toolchain/binutils/ld");
-
 
202
 
-
 
203
 
191
  long start_time = get_run_time ();
204
#ifdef HAVE_SBRK
192
#ifdef HAVE_SBRK
205
  char *start_sbrk = (char *) sbrk (0);
193
  char *start_sbrk = (char *) sbrk (0);
Line 206... Line 194...
206
#endif
194
#endif