Changeset e8975278 in mainline for uspace/lib/c/arch


Ignore:
Timestamp:
2018-05-10T15:14:02Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1420cae9
Parents:
ae7d03c
git-author:
Jiri Svoboda <jiri@…> (2018-05-10 07:53:56)
git-committer:
Jiri Svoboda <jiri@…> (2018-05-10 15:14:02)
Message:

A few more cstyle fixes.

Location:
uspace/lib/c/arch/ia32/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/arch/ia32/src/rtld/reloc.c

    rae7d03c re8975278  
    9393                sym = &sym_table[sym_idx];
    9494
    95 /*              DPRINTF("name '%s', value 0x%x, size 0x%x\n",
    96                     str_tab + sym->st_name,
    97                     sym->st_value,
    98                     sym->st_size);
    99 */
     95#if 0
     96                DPRINTF("name '%s', value 0x%x, size 0x%x\n",
     97                    str_tab + sym->st_name, sym->st_value, sym->st_size);
     98#endif
    10099                rel_type = ELF32_R_TYPE(r_info);
    101100                r_ptr = (uint32_t *)(r_offset + m->bias);
  • uspace/lib/c/arch/ia32/src/tls.c

    rae7d03c re8975278  
    3333 */
    3434/** @file
    35   * @ingroup libcia32
     35 * @ingroup libcia32
    3636 */
    3737
Note: See TracChangeset for help on using the changeset viewer.