Ignore:
Timestamp:
2020-03-15T10:44:02Z (6 years ago)
Author:
GitHub <noreply@…>
Parents:
b401b33 (diff), 44dde42 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
heiducteam <tristanided@…> (2020-03-15 10:44:02)
git-committer:
GitHub <noreply@…> (2020-03-15 10:44:02)
Message:

Merge pull request #1 from HelenOS/master

sync

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/arch/ia64/include/libarch/rtld/elf_dyn.h

    rb401b33 re28175d  
    11/*
    2  * Copyright (c) 2011 Martin Decky
    3  * Copyright (c) 2011 Petr Koupy
     2 * Copyright (c) 2019 Jiri Svoboda
    43 * All rights reserved.
    54 *
     
    2827 */
    2928
    30 /** @addtogroup draw
     29/** @addtogroup generic
    3130 * @{
    3231 */
    33 /**
    34  * @file
     32/** @file ia64 dynamic relocation types
    3533 */
    3634
    37 #ifndef DRAW_CODEC_TGA_H_
    38 #define DRAW_CODEC_TGA_H_
     35#ifndef LIBC_ia64_RTLD_ELF_DYN_H_
     36#define LIBC_ia64_RTLD_ELF_DYN_H_
    3937
    40 #include <stddef.h>
    41 #include "../surface.h"
    42 
    43 extern surface_t *decode_tga(void *, size_t, surface_flags_t);
    44 extern bool encode_tga(surface_t *, void **, size_t *);
     38#define R_IA_64_DIR64LSB    0x27
     39#define R_IA_64_FPTR64LSB   0x47
     40#define R_IA_64_REL64LSB    0x6f
     41#define R_IA_64_IPLTLSB     0x81
     42#define R_IA_64_DTPMOD64LSB 0xa7
     43#define R_IA_64_DTPREL64LSB 0xb7
    4544
    4645#endif
Note: See TracChangeset for help on using the changeset viewer.