lkml.org 
[lkml]   [2015]   [Jun]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 11/28] ARCv2: extable: Enable sorting at build time
    Date
    Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
    ---
    scripts/sortextable.c | 5 +++++
    1 file changed, 5 insertions(+)

    diff --git a/scripts/sortextable.c b/scripts/sortextable.c
    index 1052d4834a44..c2423d913b46 100644
    --- a/scripts/sortextable.c
    +++ b/scripts/sortextable.c
    @@ -47,6 +47,10 @@
    #define EM_MICROBLAZE 189
    #endif

    +#ifndef EM_ARCV2
    +#define EM_ARCV2 195
    +#endif
    +
    static int fd_map; /* File descriptor for file being modified. */
    static int mmap_failed; /* Boolean flag. */
    static void *ehdr_curr; /* current ElfXX_Ehdr * for resource cleanup */
    @@ -281,6 +285,7 @@ do_file(char const *const fname)
    custom_sort = sort_relative_table;
    break;
    case EM_ARCOMPACT:
    + case EM_ARCV2:
    case EM_ARM:
    case EM_AARCH64:
    case EM_MICROBLAZE:
    --
    1.9.1


    \
     
     \ /
      Last update: 2015-06-09 14:01    [W:2.932 / U:0.036 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site