1114050Sobrien/*-
2114050Sobrien * Copyright (c) 2002, 2003 David E. O'Brien
3114050Sobrien * All rights reserved.
4114050Sobrien *
5114050Sobrien * Redistribution and use in source and binary forms, with or without
6114050Sobrien * modification, are permitted provided that the following conditions
7114050Sobrien * are met:
8114050Sobrien * 1. Redistributions of source code must retain the above copyright
9114050Sobrien *    notice, this list of conditions and the following disclaimer.
10114050Sobrien * 2. Redistributions in binary form must reproduce the above copyright
11114050Sobrien *    notice, this list of conditions and the following disclaimer in the
12114050Sobrien *    documentation and/or other materials provided with the distribution.
13114050Sobrien *
14114050Sobrien * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15114050Sobrien * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16114050Sobrien * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17114050Sobrien * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18114050Sobrien * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19114050Sobrien * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20114050Sobrien * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21114050Sobrien * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22114050Sobrien * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23114050Sobrien * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24114050Sobrien * SUCH DAMAGE.
25114050Sobrien *
26114050Sobrien * $FreeBSD: releng/10.2/gnu/usr.bin/binutils/libbfd/elf-fbsd-brand.c 218822 2011-02-18 20:54:12Z dim $
27114050Sobrien */
28114050Sobrien
29218822Sdim#define ELF_OSABI				ELFOSABI_FREEBSD
30218822Sdim#define elf_backend_post_process_headers	_bfd_elf_set_osabi
31