Deleted Added
full compact
libelftc_bfdtarget.c (313506) libelftc_bfdtarget.c (317623)
1/*-
2 * Copyright (c) 2008,2009 Kai Wang
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 16 unchanged lines hidden (view full) ---

25 */
26
27#include <sys/param.h>
28#include <libelf.h>
29#include <libelftc.h>
30
31#include "_libelftc.h"
32
1/*-
2 * Copyright (c) 2008,2009 Kai Wang
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 16 unchanged lines hidden (view full) ---

25 */
26
27#include <sys/param.h>
28#include <libelf.h>
29#include <libelftc.h>
30
31#include "_libelftc.h"
32
33ELFTC_VCSID("$Id: libelftc_bfdtarget.c 3488 2016-08-24 18:15:57Z emaste $");
33ELFTC_VCSID("$Id: libelftc_bfdtarget.c 3516 2017-02-10 02:33:08Z emaste $");
34
35struct _Elftc_Bfd_Target _libelftc_targets[] = {
36
37 {
38 .bt_name = "binary",
39 .bt_type = ETF_BINARY,
40 },
41

--- 404 unchanged lines hidden ---
34
35struct _Elftc_Bfd_Target _libelftc_targets[] = {
36
37 {
38 .bt_name = "binary",
39 .bt_type = ETF_BINARY,
40 },
41

--- 404 unchanged lines hidden ---