Skip to content

Commit

Permalink
2015-02-18 Steve Ellcey <sellcey@imgtec.com>
Browse files Browse the repository at this point in the history
	* sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
	* sysdeps/mips/bits/endian.h: Fix comments.
  • Loading branch information
Steve Ellcey committed Feb 18, 2015
1 parent 4ffb177 commit 9ee16d8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 17 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2015-02-18 Steve Ellcey <sellcey@imgtec.com>

* sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
* sysdeps/mips/bits/endian.h: Fix comments.

2015-02-18 Joseph Myers <joseph@codesourcery.com>

[BZ #17996]
Expand Down
4 changes: 3 additions & 1 deletion sysdeps/mips/bits/endian.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/* The MIPS architecture has selectable endianness.
This file is for a machine using big-endian mode. */
It exists in both little and big endian flavours and we
want to be able to share the installed header files between
both, so we define __BYTE_ORDER based on GCC's predefines. */

#ifndef _ENDIAN_H
# error "Never use <bits/endian.h> directly; include <endian.h> instead."
Expand Down
16 changes: 0 additions & 16 deletions sysdeps/unix/sysv/linux/mips/bits/endian.h

This file was deleted.

0 comments on commit 9ee16d8

Please sign in to comment.